]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Post-release version bump
authorStephen Finucane <stephen@that.guru>
Sun, 5 Apr 2020 18:46:58 +0000 (19:46 +0100)
committerStephen Finucane <stephen@that.guru>
Sun, 5 Apr 2020 18:46:58 +0000 (19:46 +0100)
Signed-off-by: Stephen Finucane <stephen@that.guru>
patchwork/__init__.py

index b55d4b3b02b37a4b8b28b0b6831d1301096ebb6f..545a53bb2717ec3ed47d1489390cd526e11d418c 100644 (file)
@@ -5,7 +5,7 @@
 
 from patchwork.version import get_latest_version
 
-VERSION = (2, 2, 0)
+VERSION = (3, 0, 0, 'alpha', 0)
 
 __version__ = get_latest_version(VERSION)