From: Stephen Finucane Date: Thu, 14 Jun 2018 14:27:24 +0000 (+0100) Subject: Post-release version bump X-Git-Tag: v2.0.4~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16c2052cc604f450a8c177b73b7cb26efc943a1e;p=thirdparty%2Fpatchwork.git Post-release version bump Signed-off-by: Stephen Finucane --- diff --git a/patchwork/__init__.py b/patchwork/__init__.py index d6bee049..407688b7 100644 --- a/patchwork/__init__.py +++ b/patchwork/__init__.py @@ -19,7 +19,7 @@ from patchwork.version import get_latest_version -VERSION = (2, 0, 3, 'final', 0) +VERSION = (2, 0, 4, 'alpha', 0) __version__ = get_latest_version(VERSION)