From: Stephen Finucane Date: Mon, 25 May 2020 10:31:14 +0000 (+0100) Subject: Release 2.2.2 X-Git-Tag: v2.2.2^0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5a84eb14dd14f0ccf1df3c2f0cf221cc43a7a2d0;p=thirdparty%2Fpatchwork.git Release 2.2.2 Signed-off-by: Stephen Finucane --- diff --git a/patchwork/__init__.py b/patchwork/__init__.py index b4cb728c..a8829592 100644 --- a/patchwork/__init__.py +++ b/patchwork/__init__.py @@ -5,7 +5,7 @@ from patchwork.version import get_latest_version -VERSION = (2, 2, 2, 'alpha', 0) +VERSION = (2, 2, 2) __version__ = get_latest_version(VERSION)