From: Stephen Finucane Date: Wed, 5 Jun 2019 10:42:45 +0000 (+0100) Subject: Release 2.1.3 X-Git-Tag: v2.1.3^0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=12b4a194a9a07f9ecc87bb9a8ed6f950ec4d3476;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)