]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Post-release version bump
authorStephen Finucane <stephen@that.guru>
Wed, 5 Jun 2019 10:44:35 +0000 (11:44 +0100)
committerStephen Finucane <stephen@that.guru>
Wed, 5 Jun 2019 10:44:35 +0000 (11:44 +0100)
Signed-off-by: Stephen Finucane <stephen@that.guru>
patchwork/__init__.py

index 0c2d2c973af0f3da6661d53baa273bec0bb67459..692f12b365c052e92154ad0550db7c93610b386f 100644 (file)
@@ -19,7 +19,7 @@
 
 from patchwork.version import get_latest_version
 
-VERSION = (2, 1, 3)
+VERSION = (2, 1, 4, 'alpha', 0)
 
 __version__ = get_latest_version(VERSION)