]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Post-release version bump
authorDaniel Axtens <dja@axtens.net>
Tue, 14 Apr 2020 06:43:51 +0000 (16:43 +1000)
committerDaniel Axtens <dja@axtens.net>
Tue, 14 Apr 2020 13:28:15 +0000 (23:28 +1000)
Signed-off-by: Daniel Axtens <dja@axtens.net>
patchwork/__init__.py

index 963cb914c411d09b6bfee2684afd569b65ce6a89..b4cb728cec486bf5d0631dece8c31c333f430524 100644 (file)
@@ -5,7 +5,7 @@
 
 from patchwork.version import get_latest_version
 
-VERSION = (2, 2, 1)
+VERSION = (2, 2, 2, 'alpha', 0)
 
 __version__ = get_latest_version(VERSION)