]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Post-release version bump
authorStephen Finucane <stephen@that.guru>
Tue, 19 Jun 2018 21:21:16 +0000 (22:21 +0100)
committerStephen Finucane <stephen@that.guru>
Tue, 19 Jun 2018 21:30:50 +0000 (22:30 +0100)
Signed-off-by: Stephen Finucane <stephen@that.guru>
patchwork/__init__.py

index 0f7a669cc9db5246158ca3c6196e0279572d935c..c0a4a8615bedd9009217d293f28d42733db3c0be 100644 (file)
@@ -19,7 +19,7 @@
 
 from patchwork.version import get_latest_version
 
-VERSION = (2, 1, 0)
+VERSION = (2, 2, 0, 'alpha', 0)
 
 __version__ = get_latest_version(VERSION)