]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Post-release version bump
authorStephen Finucane <stephen@that.guru>
Mon, 25 May 2020 10:33:26 +0000 (11:33 +0100)
committerStephen Finucane <stephen@that.guru>
Mon, 25 May 2020 10:33:26 +0000 (11:33 +0100)
Signed-off-by: Stephen Finucane <stephen@that.guru>
patchwork/__init__.py

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