diff --git a/pyproject.toml b/pyproject.toml index 84e4239c..f015fd8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -117,7 +117,7 @@ line-ending = "auto" [tool.bumpversion] -current_version = "5.5.2" +current_version = "5.5.3" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}" diff --git a/rhodecode/VERSION b/rhodecode/VERSION index 9af9a6a8..d2ff458a 100644 --- a/rhodecode/VERSION +++ b/rhodecode/VERSION @@ -1 +1 @@ -5.5.2 \ No newline at end of file +5.5.3 \ No newline at end of file