Skip to content

Commit e3f380b

Browse files
committed
chore: releasing 5.9.1
1 parent 221ff3c commit e3f380b

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

docs/changes.rst

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

4-
Not yet released.
4+
Released on December 16th 2024.
55

66
**Bug fixes**
77

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1-
..
2-
scripts/prepare-release fills this
1+
2+
Code contributions
3+
Michal Čihař
4+
5+
Documentation contributions
6+
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.9.1-dev"
28+
VERSION = "5.9.1"
2929

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

0 commit comments

Comments
 (0)