From: Stephen Finucane Date: Tue, 19 Jun 2018 21:21:16 +0000 (+0100) Subject: Post-release version bump X-Git-Tag: v2.1.1~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=386da625ceffaa62e0eca38d6d3605c56fe072dd;p=thirdparty%2Fpatchwork.git Post-release version bump Signed-off-by: Stephen Finucane --- diff --git a/patchwork/__init__.py b/patchwork/__init__.py index 0f7a669c..c0a4a861 100644 --- a/patchwork/__init__.py +++ b/patchwork/__init__.py @@ -19,7 +19,7 @@ from patchwork.version import get_latest_version -VERSION = (2, 1, 0) +VERSION = (2, 2, 0, 'alpha', 0) __version__ = get_latest_version(VERSION)