]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Patchwork v2.2.0-rc1 v2.2.0-rc1
authorStephen Finucane <stephen@that.guru>
Fri, 27 Dec 2019 18:11:13 +0000 (18:11 +0000)
committerStephen Finucane <stephen@that.guru>
Fri, 27 Dec 2019 18:11:13 +0000 (18:11 +0000)
Signed-off-by: Stephen Finucane <stephen@that.guru>
patchwork/__init__.py

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