]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Post-release version bump
authorStephen Finucane <stephen@that.guru>
Mon, 28 Aug 2017 08:28:00 +0000 (09:28 +0100)
committerStephen Finucane <stephen@that.guru>
Mon, 28 Aug 2017 08:28:00 +0000 (09:28 +0100)
Signed-off-by: Stephen Finucane <stephen@that.guru>
patchwork/__init__.py

index 6aec7e721b62ad2f87d7919f7159e7481824c7e3..98e9b21d066f286c8158f2ade6d23c2d8bbb8408 100644 (file)
@@ -19,7 +19,7 @@
 
 from patchwork.version import get_latest_version
 
-VERSION = (2, 0, 0, 'alpha', 0)
+VERSION = (2, 1, 0, 'alpha', 0)
 
 __version__ = get_latest_version(VERSION)