Skip to content

Commit

Permalink
Releasing 4.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Apr 1, 2021
1 parent 780ea71 commit a25a6ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/changes.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Weblate 4.5.3
-------------

Not yet released.
Released on April 1st 2021.

* Fixed metrics collection.
* Fixed possible crash when adding strings.
Expand Down
2 changes: 1 addition & 1 deletion weblate/utils/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def get_root_dir():


# Weblate version
VERSION = "4.5.3-dev"
VERSION = "4.5.3"

# Version string without suffix
VERSION_BASE = VERSION.replace("-dev", "")
Expand Down

0 comments on commit a25a6ca

Please sign in to comment.