We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dd578f commit 2a1b7daCopy full SHA for 2a1b7da
docs/changes.rst
@@ -1,19 +1,13 @@
1
Weblate 5.4.1
2
-------------
3
4
-Not yet released.
5
-
6
-**New features**
7
8
-**Improvements**
+Released on February 19th 2024.
9
10
**Bug fixes**
11
12
* Possible crash on Weblate upgrade check when cached from the previous versions.
13
* Gracefully handle migration with duplicate built-in teams.
14
15
-**Compatibility**
16
17
**Upgrading**
18
19
Please follow :ref:`generic-upgrade-instructions` in order to perform update.
weblate/utils/version.py
@@ -25,7 +25,7 @@ def get_root_dir():
25
26
27
# Weblate version
28
-VERSION = "5.4.1-dev"
+VERSION = "5.4.1"
29
30
# Version string without suffix
31
VERSION_BASE = VERSION.replace("-dev", "").replace("-rc", "")
0 commit comments