diff --git a/docs/changes.rst b/docs/changes.rst index 76ac5de6368e..3d0cdb826c00 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -1,7 +1,7 @@ Weblate 4.7.2 ------------- -Not yet released. +Released on July 15th 2021. * Support more language aliases to be configured on a project. * Fixed search string validation in API. diff --git a/weblate/utils/version.py b/weblate/utils/version.py index e7a6f92a5611..3a26f7425a97 100644 --- a/weblate/utils/version.py +++ b/weblate/utils/version.py @@ -35,7 +35,7 @@ def get_root_dir(): # Weblate version -VERSION = "4.7.2-dev" +VERSION = "4.7.2" # Version string without suffix VERSION_BASE = VERSION.replace("-dev", "")