From: Stephen Finucane Date: Mon, 28 Aug 2017 08:26:29 +0000 (+0100) Subject: Post-release version bump X-Git-Tag: v2.0.1~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfc5758d2b0481bd2d882997c19d31b65876d799;p=thirdparty%2Fpatchwork.git Post-release version bump Signed-off-by: Stephen Finucane --- diff --git a/patchwork/__init__.py b/patchwork/__init__.py index 6aec7e72..6e5f1517 100644 --- a/patchwork/__init__.py +++ b/patchwork/__init__.py @@ -19,7 +19,7 @@ from patchwork.version import get_latest_version -VERSION = (2, 0, 0, 'alpha', 0) +VERSION = (2, 0, 1, 'alpha', 0) __version__ = get_latest_version(VERSION)