]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Post-release version bump
authorStephen Finucane <stephen@that.guru>
Fri, 30 Sep 2022 16:51:36 +0000 (17:51 +0100)
committerStephen Finucane <stephen@that.guru>
Fri, 30 Sep 2022 16:51:36 +0000 (17:51 +0100)
Signed-off-by: Stephen Finucane <stephen@that.guru>
patchwork/__init__.py

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