diff --git a/pyproject.toml b/pyproject.toml index 8e240a1d..a9636cb8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -117,7 +117,7 @@ line-ending = "auto" [tool.bumpversion] -current_version = "5.6.0" +current_version = "5.5.1" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}" diff --git a/rhodecode/VERSION b/rhodecode/VERSION index 4cc0e35c..d41f08f1 100644 --- a/rhodecode/VERSION +++ b/rhodecode/VERSION @@ -1 +1 @@ -5.6.0 \ No newline at end of file +5.5.1 \ No newline at end of file