]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Post-release version bump
authorStephen Finucane <stephen@that.guru>
Sun, 4 Oct 2020 11:19:00 +0000 (12:19 +0100)
committerStephen Finucane <stephen@that.guru>
Sun, 13 Dec 2020 20:23:15 +0000 (20:23 +0000)
Signed-off-by: Stephen Finucane <stephen@that.guru>
patchwork/__init__.py

index 6fb5472861f66935f5a4cecc26bb3d42bd9eea12..bf4fbefcff33724e8f2343fe3914d20d5bf77dc7 100644 (file)
@@ -5,7 +5,7 @@
 
 from patchwork.version import get_latest_version
 
-VERSION = (3, 0, 0)
+VERSION = (3, 1, 0, 'alpha', 0)
 
 __version__ = get_latest_version(VERSION)