From f29762cec18f961c029253ab04387d2ad2800ee3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 1 Nov 2024 15:47:42 +0100 Subject: [PATCH] chore: releasing 5.8.2 --- docs/changes.rst | 8 +------- docs/changes/contributors/5.8.2.rst | 11 +++++++++-- weblate/utils/version.py | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/docs/changes.rst b/docs/changes.rst index a67c34ca220f..c28a7656f919 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -1,11 +1,7 @@ Weblate 5.8.2 ------------- -Not yet released. - -**New features** - -**Improvements** +Released on November 1st 2024. **Bug fixes** @@ -15,8 +11,6 @@ Not yet released. * Improved :ref:`workflow-customization` performance. * Fixed XML escaped output in some machine translation integrations. -**Compatibility** - **Upgrading** Please follow :ref:`generic-upgrade-instructions` in order to perform update. diff --git a/docs/changes/contributors/5.8.2.rst b/docs/changes/contributors/5.8.2.rst index aeede5502476..50b75bf7ed98 100644 --- a/docs/changes/contributors/5.8.2.rst +++ b/docs/changes/contributors/5.8.2.rst @@ -1,2 +1,9 @@ -.. - scripts/prepare-release fills this + +Code contributions + Michal Čihař, Paul Harriet Asiñero, michael-smt, gers, Mehdi El Oualy + +Translations contributions + VfBFan, 大王叫我来巡山, Любомир Василев, Miguel A. Bouzada, Besnik Bleta, Yuri Chornoivan, Wuzzy, Michal Čihař, gallegonovato, Vin, Blueberry, befag74614, Agnieszka C, Rhoslyn Prys, Aindriú Mac Giolla Eoin, Fulup Jakez, Christian Wia, ssantos, Vlăduț Ilie, Fjuro, amano, Andi Chandler, Peter Vančo, test-session, famese, Yaron Shahrabani, Geert-Jan Knapen, Ricky From Hong Kong, Tymofii Lytvynenko, Dick Groskamp, Horus68, Reno Tx, Jim Kats, Massimo Pissarello, Florent, Ihor Hordiichuk, hugoalh, Vaclovas Intas, Milo Ivir, Jim Spentzos, Dženan, Claudio Filho F Filho, 大学没毕业, پرویز قادر + +Documentation contributions + Michal Čihař, Benjamin Alan Jamie, gers, gersona diff --git a/weblate/utils/version.py b/weblate/utils/version.py index 2ed872443e57..255f9d0529a0 100644 --- a/weblate/utils/version.py +++ b/weblate/utils/version.py @@ -25,7 +25,7 @@ def get_root_dir(): # Weblate version -VERSION = "5.8.2-dev" +VERSION = "5.8.2" # Version string without suffix VERSION_BASE = VERSION.replace("-dev", "").replace("-rc", "")