Skip to content

Commit fb14d87

Browse files
committed
chore: releasing 5.16.2
1 parent dba0cd8 commit fb14d87

3 files changed

Lines changed: 12 additions & 6 deletions

File tree

docs/changes.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Weblate 5.16.2
22
--------------
33

4-
*Not yet released.*
4+
*Released on March 6th 2026.*
55

66
.. rubric:: New features
77

@@ -22,8 +22,6 @@ Weblate 5.16.2
2222
* Avoid displaying non-actionable ghost languages.
2323
* Fixed highlighting in the translation editor.
2424

25-
.. rubric:: Compatibility
26-
2725
.. rubric:: Upgrading
2826

2927
Please follow :ref:`generic-upgrade-instructions` in order to perform update.
Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
1-
..
2-
DO NOT EDIT! Automatically generated by scripts/prepare-release upon release.
1+
2+
Code contributions
3+
.. only:: not gettext
4+
5+
Michal Čihař, Karen Konou, Kartik Ohri
6+
7+
Documentation contributions
8+
.. only:: not gettext
9+
10+
Michal Čihař

weblate/utils/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def get_root_dir():
2525

2626

2727
# Weblate version
28-
VERSION = "5.16.2-dev"
28+
VERSION = "5.16.2"
2929

3030
# Version string without suffix
3131
VERSION_BASE = VERSION.replace("-dev", "").replace("-rc", "")

0 commit comments

Comments
 (0)