BTHLABS-0000: Fix bumping of the workspace
This commit is contained in:
parent
77526b1fae
commit
a6f01ba71e
|
@ -4,4 +4,5 @@ run:
|
|||
files_to_version:
|
||||
- "deployment/aio/docker-compose.yaml"
|
||||
- "deployment/fullstack/docker-compose.yaml"
|
||||
- "pyproject.toml"
|
||||
- "README.md"
|
||||
|
|
3
poetry.lock
generated
3
poetry.lock
generated
|
@ -9,6 +9,9 @@ python-versions = "^3.12"
|
|||
files = []
|
||||
develop = true
|
||||
|
||||
[package.dependencies]
|
||||
invoke = "2.2.0"
|
||||
|
||||
[package.source]
|
||||
type = "directory"
|
||||
url = "services/packages/workspace_tools"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "hotpocket-workspace"
|
||||
version = "1.0.0"
|
||||
version = "25.9.12"
|
||||
description = "HotPocket Workspace"
|
||||
authors = ["Tomek Wójcik <contact@bthlabs.pl>"]
|
||||
license = "Apache-2.0"
|
||||
|
|
Loading…
Reference in New Issue
Block a user