]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Release 2.2.0 v2.2.0
authorStephen Finucane <stephen@that.guru>
Sun, 5 Apr 2020 18:43:32 +0000 (19:43 +0100)
committerStephen Finucane <stephen@that.guru>
Sun, 5 Apr 2020 18:43:32 +0000 (19:43 +0100)
Signed-off-by: Stephen Finucane <stephen@that.guru>
patchwork/__init__.py

index 0e15bca08e2d250179311df4d03897c144654c80..b55d4b3b02b37a4b8b28b0b6831d1301096ebb6f 100644 (file)
@@ -5,7 +5,7 @@
 
 from patchwork.version import get_latest_version
 
-VERSION = (2, 2, 0, 'rc', 2)
+VERSION = (2, 2, 0)
 
 __version__ = get_latest_version(VERSION)