]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Post-release version bump stable/2.0
authorDaniel Axtens <dja@axtens.net>
Fri, 5 Jul 2019 05:58:12 +0000 (15:58 +1000)
committerDaniel Axtens <dja@axtens.net>
Fri, 5 Jul 2019 05:58:12 +0000 (15:58 +1000)
Signed-off-by: Daniel Axtens <dja@axtens.net>
patchwork/__init__.py

index 23ff18665be87952d956dd348667618bcb7b03a8..62ad6b78c4a96a3bf0ed87f0335348107c41e82f 100644 (file)
@@ -19,7 +19,7 @@
 
 from patchwork.version import get_latest_version
 
-VERSION = (2, 0, 4)
+VERSION = (2, 0, 5, 'alpha', 0)
 
 __version__ = get_latest_version(VERSION)