From: Stephen Finucane Date: Thu, 14 Jun 2018 14:25:25 +0000 (+0100) Subject: Release 2.0.3 X-Git-Tag: v2.0.3^0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7b3062134098d6bf8068075f412a59f301c25c27;p=thirdparty%2Fpatchwork.git Release 2.0.3 Signed-off-by: Stephen Finucane --- diff --git a/patchwork/__init__.py b/patchwork/__init__.py index cbb63c20..d6bee049 100644 --- a/patchwork/__init__.py +++ b/patchwork/__init__.py @@ -19,7 +19,7 @@ from patchwork.version import get_latest_version -VERSION = (2, 0, 2, 'alpha', 0) +VERSION = (2, 0, 3, 'final', 0) __version__ = get_latest_version(VERSION)