bump version 2025.04.14-0 -> 2025.04.14-1
All checks were successful
Build and Deploy Staging / build (push) Successful in 54s
Tests / test (push) Successful in 24s
Build and Deploy Staging / deploy (push) Successful in 7s
Build and Deploy Production / build (push) Successful in 56s
Build and Deploy Production / deploy (push) Successful in 18s

This commit is contained in:
Tobias Brunner 2025-04-14 15:12:58 +02:00
parent 31f35ae0c7
commit f3762a6a35
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@
The Servala Self-Service Portal
Latest release: 2025.04.14-0
Latest release: 2025.04.14-1
## Documentation

View file

@ -56,7 +56,7 @@ testpaths = "src/tests"
pythonpath = "src"
[tool.bumpver]
current_version = "2025.04.14-0"
current_version = "2025.04.14-1"
version_pattern = "YYYY.0M.0D-INC0"
commit_message = "bump version {old_version} -> {new_version}"
tag_message = "{new_version}"

View file

@ -1 +1 @@
__version__ = "2025.04.14-0"
__version__ = "2025.04.14-1"