From c02a84f380ef5f3193b586b236afe182ea0d0ee3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 2 Sep 2020 20:27:34 +0200 Subject: [PATCH] Releasing 4.2.2 --- docs/changes.rst | 2 +- weblate/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changes.rst b/docs/changes.rst index c649676a688b..c038b0de936d 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -1,7 +1,7 @@ Weblate 4.2.2 ------------- -Not yet released. +Released on September 2nd 2020. * Fixed matching of source strings for JSON formats. * Fixed login redirect for some authentication configurations. diff --git a/weblate/__init__.py b/weblate/__init__.py index 34819e2f36f5..4ed605c61968 100644 --- a/weblate/__init__.py +++ b/weblate/__init__.py @@ -30,7 +30,7 @@ def get_root_dir(): # Weblate version -VERSION = "4.2.2-dev" +VERSION = "4.2.2" # Version string without suffix VERSION_BASE = VERSION.replace("-dev", "")