From 08d3c9bc68e7a4e001ab677ea16143c74550bd4f Mon Sep 17 00:00:00 2001 From: Andrii Verbytskyi Date: Mon, 6 Oct 2025 18:51:55 +0000 Subject: [PATCH] =?UTF-8?q?release(version-bump):=205.8.0=20=E2=86=92=205.?= =?UTF-8?q?8.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 0964b68d..855f7cf4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -117,7 +117,7 @@ line-ending = "auto" [tool.bumpversion] -current_version = "5.8.0" +current_version = "5.8.1" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}" diff --git a/rhodecode/VERSION b/rhodecode/VERSION index edb1d397..885bc9f7 100644 --- a/rhodecode/VERSION +++ b/rhodecode/VERSION @@ -1 +1 @@ -5.8.0 \ No newline at end of file +5.8.1 \ No newline at end of file