]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Release 2.2.2 v2.2.2
authorStephen Finucane <stephen@that.guru>
Mon, 25 May 2020 10:31:14 +0000 (11:31 +0100)
committerStephen Finucane <stephen@that.guru>
Mon, 25 May 2020 10:31:14 +0000 (11:31 +0100)
Signed-off-by: Stephen Finucane <stephen@that.guru>
patchwork/__init__.py

index b4cb728cec486bf5d0631dece8c31c333f430524..a8829592606d3b1245cf02da237838aa813204f7 100644 (file)
@@ -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)