]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Patchwork v2.2.0-rc2 v2.2.0-rc2
authorStephen Finucane <stephen@that.guru>
Thu, 27 Feb 2020 23:36:55 +0000 (23:36 +0000)
committerDaniel Axtens <dja@axtens.net>
Mon, 16 Mar 2020 00:57:48 +0000 (11:57 +1100)
Signed-off-by: Stephen Finucane <stephen@that.guru>
Signed-off-by: Daniel Axtens <dja@axtens.net>
patchwork/__init__.py

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