diff --git a/pyproject.toml b/pyproject.toml index bd7c559f..eecbd8bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -105,7 +105,7 @@ line-ending = "auto" [tool.bumpversion] -current_version = "5.4.0" +current_version = "5.5.0" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\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': [ diff --git a/rhodecode/VERSION b/rhodecode/VERSION index 1e20ec35..c7ba1e87 100644 --- a/rhodecode/VERSION +++ b/rhodecode/VERSION @@ -1 +1 @@ -5.4.0 \ No newline at end of file +5.5.0 \ No newline at end of file