From 6d04c509193dd5633f7dae48338c933e75946acb Mon Sep 17 00:00:00 2001 From: Andrii Verbytskyi Date: Thu, 6 Nov 2025 16:34:18 +0000 Subject: [PATCH] =?UTF-8?q?release(version-bump):=205.9.0=20=E2=86=92=205.?= =?UTF-8?q?9.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 99b5c305..ab54f0d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -117,7 +117,7 @@ line-ending = "auto" [tool.bumpversion] -current_version = "5.9.0" +current_version = "5.9.1" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}" diff --git a/rhodecode/VERSION b/rhodecode/VERSION index cf513611..92666713 100644 --- a/rhodecode/VERSION +++ b/rhodecode/VERSION @@ -1 +1 @@ -5.9.0 \ No newline at end of file +5.9.1 \ No newline at end of file