]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Post-release version bump
authorStephen Finucane <stephen@that.guru>
Mon, 26 Jul 2021 16:57:18 +0000 (17:57 +0100)
committerStephen Finucane <stephen@that.guru>
Mon, 26 Jul 2021 16:57:18 +0000 (17:57 +0100)
Signed-off-by: Stephen Finucane <stephen@that.guru>
patchwork/__init__.py

index 8071bb090c3a5bb3c4dc4a0ae40f5fa773ce6a2a..601756c370cf86acf44deaf602899c1027aa4f79 100644 (file)
@@ -5,7 +5,7 @@
 
 from patchwork.version import get_latest_version
 
-VERSION = (2, 2, 5)
+VERSION = (2, 2, 6, 'alpha', 0)
 
 __version__ = get_latest_version(VERSION)