From: Daniel Axtens Date: Tue, 14 Apr 2020 06:43:43 +0000 (+1000) Subject: Release 2.2.1 X-Git-Tag: v2.2.1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=123bfffe5187089aaadb4829bf67af7dea092ce9;p=thirdparty%2Fpatchwork.git Release 2.2.1 Signed-off-by: Daniel Axtens --- diff --git a/patchwork/__init__.py b/patchwork/__init__.py index 8d85ae90..963cb914 100644 --- a/patchwork/__init__.py +++ b/patchwork/__init__.py @@ -5,7 +5,7 @@ from patchwork.version import get_latest_version -VERSION = (2, 2, 1, 'alpha', 0) +VERSION = (2, 2, 1) __version__ = get_latest_version(VERSION)