From: Stephen Finucane Date: Sun, 14 Oct 2018 13:46:14 +0000 (+0100) Subject: Release 2.1.1 X-Git-Tag: v2.1.1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9be793e8af151ce73bbd9587d5791341080363a4;p=thirdparty%2Fpatchwork.git Release 2.1.1 Signed-off-by: Stephen Finucane --- diff --git a/patchwork/__init__.py b/patchwork/__init__.py index c0a4a861..1f71f4c1 100644 --- a/patchwork/__init__.py +++ b/patchwork/__init__.py @@ -19,7 +19,7 @@ from patchwork.version import get_latest_version -VERSION = (2, 2, 0, 'alpha', 0) +VERSION = (2, 1, 1) __version__ = get_latest_version(VERSION)