]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Post-release version bump
authorStephen Finucane <stephen@that.guru>
Sun, 13 Dec 2020 19:06:03 +0000 (19:06 +0000)
committerStephen Finucane <stephen@that.guru>
Sun, 13 Dec 2020 19:06:03 +0000 (19:06 +0000)
Signed-off-by: Stephen Finucane <stephen@that.guru>
patchwork/__init__.py

index 2514fe7300b3770e19ea783b77086be9c58aa1d8..ac6af88f48f35422b40a3da07b9f6951df304cc7 100644 (file)
@@ -5,7 +5,7 @@
 
 from patchwork.version import get_latest_version
 
-VERSION = (2, 2, 3)
+VERSION = (2, 2, 4, 'alpha', 0)
 
 __version__ = get_latest_version(VERSION)