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

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