From af486d6c465a05cea07a3d524dcc7e95f43edf57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 19 Jun 2024 10:09:36 +0200 Subject: [PATCH] Releasing 5.6 --- weblate/utils/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weblate/utils/version.py b/weblate/utils/version.py index d4131e7b4f8a..19f0180af4c6 100644 --- a/weblate/utils/version.py +++ b/weblate/utils/version.py @@ -25,7 +25,7 @@ def get_root_dir(): # Weblate version -VERSION = "5.6-rc" +VERSION = "5.6" # Version string without suffix VERSION_BASE = VERSION.replace("-dev", "").replace("-rc", "")