]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Post-release version bump
authorStephen Finucane <stephen@that.guru>
Tue, 1 Aug 2023 17:22:31 +0000 (18:22 +0100)
committerStephen Finucane <stephen@that.guru>
Tue, 1 Aug 2023 17:22:31 +0000 (18:22 +0100)
Signed-off-by: Stephen Finucane <stephen@that.guru>
patchwork/__init__.py

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