]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Post-release version bump
authorStephen Finucane <stephen@that.guru>
Sun, 5 Apr 2020 18:46:58 +0000 (19:46 +0100)
committerStephen Finucane <stephen@that.guru>
Sun, 5 Apr 2020 18:51:55 +0000 (19:51 +0100)
Signed-off-by: Stephen Finucane <stephen@that.guru>
patchwork/__init__.py

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