Skip to content

Commit ec5d3cc

Browse files
committed
chore: releasing 5.8.3
1 parent 4594c77 commit ec5d3cc

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

4-
Not yet released.
4+
Released on November 6th 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ř, Mehdi El Oualy
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.3-dev"
28+
VERSION = "5.8.3"
2929

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

0 commit comments

Comments
 (0)