release: bumped version
This commit is contained in:
parent
01556816a0
commit
e726cb73f3
2 changed files with 4 additions and 2 deletions
|
|
@ -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': [
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
5.4.0
|
||||
5.5.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue