From: Stephen Finucane Date: Wed, 5 Jun 2019 10:42:45 +0000 (+0100) Subject: Release 2.1.3 X-Git-Tag: v2.1.3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cfa2710fbaca18ea89f82cd7dcc24503599e3cc;p=thirdparty%2Fpatchwork.git Release 2.1.3 Signed-off-by: Stephen Finucane --- diff --git a/patchwork/__init__.py b/patchwork/__init__.py index 36b1bfee..0c2d2c97 100644 --- a/patchwork/__init__.py +++ b/patchwork/__init__.py @@ -19,7 +19,7 @@ from patchwork.version import get_latest_version -VERSION = (2, 1, 3, 'alpha', 0) +VERSION = (2, 1, 3) __version__ = get_latest_version(VERSION)