From c1c878f482f45e0ee39820578b14892e0cacfa7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 19 Nov 2024 10:34:18 +0100 Subject: [PATCH] chore: releasing 5.8.4 --- docs/changes.rst | 2 +- docs/changes/contributors/5.8.4.rst | 8 ++++++-- weblate/utils/version.py | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/changes.rst b/docs/changes.rst index c41b62c0d2a1..d2bea381a04f 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -1,7 +1,7 @@ Weblate 5.8.4 ------------- -Not yet released. +Released on November 19th 2024. **Improvements** diff --git a/docs/changes/contributors/5.8.4.rst b/docs/changes/contributors/5.8.4.rst index aeede5502476..30434750caa5 100644 --- a/docs/changes/contributors/5.8.4.rst +++ b/docs/changes/contributors/5.8.4.rst @@ -1,2 +1,6 @@ -.. - scripts/prepare-release fills this + +Code contributions + Michal Čihař, gersona, Mehdi El Oualy + +Documentation contributions + Michal Čihař diff --git a/weblate/utils/version.py b/weblate/utils/version.py index f280cfdffed9..4e7ae0236c03 100644 --- a/weblate/utils/version.py +++ b/weblate/utils/version.py @@ -25,7 +25,7 @@ def get_root_dir(): # Weblate version -VERSION = "5.8.4-dev" +VERSION = "5.8.4" # Version string without suffix VERSION_BASE = VERSION.replace("-dev", "").replace("-rc", "")