Skip to content

Commit 709bf26

Browse files
committed
chore: releasing 5.13.3
1 parent 9fc0a6a commit 709bf26

3 files changed

Lines changed: 17 additions & 8 deletions

File tree

docs/changes.rst

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

4-
*Not yet released.*
5-
6-
.. rubric:: New features
4+
*Released on September 12th 2025.*
75

86
.. rubric:: Improvements
97

@@ -19,8 +17,6 @@ Weblate 5.13.3
1917
* :ref:`addon-weblate.consistency.languages` no longer includes shared component languages.
2018
* :ref:`azure-devops-push` API URL parsing.
2119

22-
.. rubric:: Compatibility
23-
2420
.. rubric:: Upgrading
2521

2622
Please follow :ref:`generic-upgrade-instructions` in order to perform update.
Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,15 @@
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ř, Benjamin Alan Jamie, Raphael Michel, nijel
6+
7+
Translations contributions
8+
.. only:: not gettext
9+
10+
Michal Čihař, eulalio, Zahid Rizky Fakhri, Divarrek, Sam Plimmer, amano, Sketch6580, Manuela Silva, Aindriú Mac Giolla Eoin, Максим Горпиніч, Milo Ivir, qywter11 qywter11, 大学没毕业, Changseop Yeom, Marija Grineviciute
11+
12+
Documentation contributions
13+
.. only:: not gettext
14+
15+
Michal Čihař, Benjamin Alan Jamie, Raphael Michel, nijel

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.13.3-dev"
28+
VERSION = "5.13.3"
2929

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

0 commit comments

Comments
 (0)