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

index abe88ec6bb093230725cf7afea5f5c9ea1016e34..8bdaa7f129e65d6cc28272aebe900eb9c417e21c 100644 (file)
@@ -5,6 +5,6 @@
 
 from patchwork.version import get_latest_version
 
-VERSION = (3, 1, 0)
+VERSION = (3, 2, 0, 'alpha', 0)
 
 __version__ = get_latest_version(VERSION)