Skip to content

Commit 59f4c85

Browse files
committed
chore: releasing 5.8.1
1 parent abe78fe commit 59f4c85

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.8.1
22
-------------
33

4-
Not yet released.
4+
Released on October 15th 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.8.1-dev"
28+
VERSION = "5.8.1"
2929

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

0 commit comments

Comments
 (0)