Skip to content

Commit

Permalink
Releasing 4.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Jan 14, 2021
1 parent 9c9c008 commit 5e57600
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.4.2
-------------

Not yet released.
Released on January 14th 2021.

* Fixed corruption of one distributed MO file.

Expand Down
2 changes: 1 addition & 1 deletion weblate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def get_root_dir():


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

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

0 comments on commit 5e57600

Please sign in to comment.