]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Patchwork v2.1.0-rc2 v2.1.0-rc2
authorStephen Finucane <stephen@that.guru>
Wed, 16 May 2018 13:42:41 +0000 (14:42 +0100)
committerStephen Finucane <stephen@that.guru>
Mon, 21 May 2018 17:46:05 +0000 (10:46 -0700)
Signed-off-by: Stephen Finucane <stephen@that.guru>
Acked-by: Daniel Axtens <dja@axtens.net>
patchwork/__init__.py

index d145a4dbce67ff902b77d270118c0b46bede717e..4f10b4c1046aa15c403f305c1ba9294ba82b9855 100644 (file)
@@ -19,7 +19,7 @@
 
 from patchwork.version import get_latest_version
 
-VERSION = (2, 1, 0, 'rc', 1)
+VERSION = (2, 1, 0, 'rc', 2)
 
 __version__ = get_latest_version(VERSION)