]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Post-release version bump
authorDaniel Axtens <dja@axtens.net>
Tue, 30 Apr 2019 05:50:06 +0000 (15:50 +1000)
committerDaniel Axtens <dja@axtens.net>
Fri, 3 May 2019 06:23:25 +0000 (16:23 +1000)
Signed-off-by: Daniel Axtens <dja@axtens.net>
patchwork/__init__.py

index 241f496cf71f8239201f2fb5079635d88cedb057..36b1bfee8b26459d2d1388ca446f5b7cc2ef7ff7 100644 (file)
@@ -19,7 +19,7 @@
 
 from patchwork.version import get_latest_version
 
-VERSION = (2, 1, 2)
+VERSION = (2, 1, 3, 'alpha', 0)
 
 __version__ = get_latest_version(VERSION)