From: Stephen Finucane Date: Mon, 28 Aug 2017 08:28:00 +0000 (+0100) Subject: Post-release version bump X-Git-Tag: v2.1.0-rc1~126 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e1a3b7609dde5f64f0f743387e6b35c3f0bb818;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..98e9b21d 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, 1, 0, 'alpha', 0) __version__ = get_latest_version(VERSION)