diff --git a/weblate/__init__.py b/weblate/__init__.py index 353e809cea14..7891cde86a5b 100644 --- a/weblate/__init__.py +++ b/weblate/__init__.py @@ -30,7 +30,7 @@ def get_root_dir(): # Weblate version -VERSION = "4.3.2-dev" +VERSION = "4.3.2" # Version string without suffix VERSION_BASE = VERSION.replace("-dev", "")