]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Post-release version bump
authorStephen Finucane <stephen@that.guru>
Sun, 14 Oct 2018 13:47:10 +0000 (14:47 +0100)
committerStephen Finucane <stephen@that.guru>
Sun, 14 Oct 2018 14:33:06 +0000 (15:33 +0100)
Signed-off-by: Stephen Finucane <stephen@that.guru>
patchwork/__init__.py

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