]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Post-release version bump
authorStephen Finucane <stephen@that.guru>
Tue, 24 Sep 2019 17:05:25 +0000 (18:05 +0100)
committerStephen Finucane <stephen@that.guru>
Tue, 24 Sep 2019 17:05:25 +0000 (18:05 +0100)
Signed-off-by: Stephen Finucane <stephen@that.guru>
patchwork/__init__.py

index 91e1771d9b1d4834829beb87447b48fc32da920e..2b82e1aacead0d80fe738d3c70e8ea629d1edcfc 100644 (file)
@@ -19,7 +19,7 @@
 
 from patchwork.version import get_latest_version
 
-VERSION = (2, 1, 5)
+VERSION = (2, 1, 6, 'alpha', 0)
 
 __version__ = get_latest_version(VERSION)