]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Post-release version bump stable/2.1
authorDaniel Axtens <dja@axtens.net>
Tue, 14 Apr 2020 06:46:25 +0000 (16:46 +1000)
committerDaniel Axtens <dja@axtens.net>
Tue, 14 Apr 2020 06:46:25 +0000 (16:46 +1000)
Signed-off-by: Daniel Axtens <dja@axtens.net>
patchwork/__init__.py

index 8f043f64ba3b89d4e39143ec4f79dcad0698e20b..132c0d1234de98fe355ab19f038aeda06fd368f1 100644 (file)
@@ -19,7 +19,7 @@
 
 from patchwork.version import get_latest_version
 
-VERSION = (2, 1, 6)
+VERSION = (2, 1, 7, 'alpha', 0)
 
 __version__ = get_latest_version(VERSION)