From 41215ce0046712de1c5713d59d6fc45cd5f353f2 Mon Sep 17 00:00:00 2001 From: Andrii V Date: Tue, 8 Apr 2025 12:30:43 +0200 Subject: [PATCH] =?UTF-8?q?release(version-bump):=205.6.0=20=E2=86=92=205.?= =?UTF-8?q?5.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- rhodecode/VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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