]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Post-release version bump
authorStephen Finucane <stephen@that.guru>
Sun, 3 Dec 2017 23:16:34 +0000 (23:16 +0000)
committerStephen Finucane <stephen@that.guru>
Sun, 3 Dec 2017 23:16:34 +0000 (23:16 +0000)
Signed-off-by: Stephen Finucane <stephen@that.guru>
patchwork/__init__.py

index 8ee59a1158f287c3a628ed1faf63afffdc5a6748..cbb63c20eab331e01808f8c5013ed6d007a883bb 100644 (file)
@@ -19,7 +19,7 @@
 
 from patchwork.version import get_latest_version
 
-VERSION = (2, 0, 1, 'final', 0)
+VERSION = (2, 0, 2, 'alpha', 0)
 
 __version__ = get_latest_version(VERSION)