release: bumped version

This commit is contained in:
RhodeCode Admin 2025-01-05 13:39:54 +01:00
parent 01556816a0
commit e726cb73f3
2 changed files with 4 additions and 2 deletions

View file

@ -105,7 +105,7 @@ line-ending = "auto"
[tool.bumpversion]
current_version = "5.4.0"
current_version = "5.5.0"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"
@ -125,6 +125,8 @@ setup_hooks = []
pre_commit_hooks = []
post_commit_hooks = []
[[tool.bumpversion.files]]
filename = "rhodecode/VERSION"
# message_extractors={
# 'rhodecode': [

View file

@ -1 +1 @@
5.4.0
5.5.0