From: Daniel Axtens Date: Tue, 30 Apr 2019 05:50:06 +0000 (+1000) Subject: Post-release version bump X-Git-Tag: v2.1.3~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8742e9e353107f6acd9e93a0b14c052c5c578df2;p=thirdparty%2Fpatchwork.git Post-release version bump Signed-off-by: Daniel Axtens --- diff --git a/patchwork/__init__.py b/patchwork/__init__.py index 241f496c..36b1bfee 100644 --- a/patchwork/__init__.py +++ b/patchwork/__init__.py @@ -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)