From: Stephen Finucane Date: Wed, 5 Jun 2019 10:44:35 +0000 (+0100) Subject: Post-release version bump X-Git-Tag: v2.1.4~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7f7f9ea8f5ec1f754b00b49850d9d980b5d12e1;p=thirdparty%2Fpatchwork.git Post-release version bump Signed-off-by: Stephen Finucane --- diff --git a/patchwork/__init__.py b/patchwork/__init__.py index 0c2d2c97..692f12b3 100644 --- a/patchwork/__init__.py +++ b/patchwork/__init__.py @@ -19,7 +19,7 @@ from patchwork.version import get_latest_version -VERSION = (2, 1, 3) +VERSION = (2, 1, 4, 'alpha', 0) __version__ = get_latest_version(VERSION)