]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Post-release version bump stable/2.2
authorStephen Finucane <stephen@that.guru>
Wed, 27 Oct 2021 10:56:54 +0000 (11:56 +0100)
committerStephen Finucane <stephen@that.guru>
Wed, 27 Oct 2021 10:56:54 +0000 (11:56 +0100)
Signed-off-by: Stephen Finucane <stephen@that.guru>
patchwork/__init__.py

index 51d80816812d62a28e785775fef5fb19be5bd304..0ed62d3cacb07110e2b77abe1eb95666b8bc8f9e 100644 (file)
@@ -5,7 +5,7 @@
 
 from patchwork.version import get_latest_version
 
-VERSION = (2, 2, 6)
+VERSION = (2, 2, 7, 'alpha', 0)
 
 __version__ = get_latest_version(VERSION)