BTHLABS-49: WIP
Some checks failed
CI / Checks (push) Has been cancelled

This commit is contained in:
2025-08-19 15:04:40 +02:00
parent 5ae8645231
commit 40cfa42653
7 changed files with 10 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import annotations
version = '1.0.0rc1'
version = '1.0.0rc2'

View File

@@ -13,7 +13,7 @@ cat <<EOF
|_|
production
HotPocket v1.0.0rc1 [${HOTPOCKET_BACKEND_IMAGE_ID}] (https://htpocket.app/)
HotPocket v1.0.0rc2 [${HOTPOCKET_BACKEND_IMAGE_ID}] (https://hotpocket.app/)
Copyright 2025-present by BTHLabs. All rights reserved. (https://bthlabs.pl/)
Licensed under BTHLabs Source Available License Agreement
EOF

View File

@@ -1,6 +1,6 @@
{
"name": "hotpocket-backend",
"version": "1.0.0rc1",
"version": "1.0.0rc2",
"description": "HotPocket Backend",
"main": "hotpocket_backend/apps/frontend/src/index.js",
"repository": "https://git.bthlabs.pl/tomekwojcik/hotpocket",

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "hotpocket-backend"
version = "1.0.0rc1"
version = "1.0.0rc2"
description = "HotPocket Backend"
authors = ["Tomek Wójcik <contact@bthlabs.pl>"]
license = "BTHLabs Source Available License Agreement"