From 15dc46f2670842a1fc18b6ed0ab73695cf1ce14c Mon Sep 17 00:00:00 2001 From: Andrii Verbytskyi Date: Wed, 5 Nov 2025 12:51:13 +0000 Subject: [PATCH] =?UTF-8?q?release(version-bump):=205.8.1=20=E2=86=92=205.?= =?UTF-8?q?9.0?= 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 855f7cf4..99b5c305 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -117,7 +117,7 @@ line-ending = "auto" [tool.bumpversion] -current_version = "5.8.1" +current_version = "5.9.0" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}" diff --git a/rhodecode/VERSION b/rhodecode/VERSION index 885bc9f7..cf513611 100644 --- a/rhodecode/VERSION +++ b/rhodecode/VERSION @@ -1 +1 @@ -5.8.1 \ No newline at end of file +5.9.0 \ No newline at end of file