From: Stephen Finucane Date: Tue, 24 Sep 2019 17:03:44 +0000 (+0100) Subject: Release 2.1.5 X-Git-Tag: v2.1.5^0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8a8eb858a65428778a6df056031b2fd943e5f815;p=thirdparty%2Fpatchwork.git Release 2.1.5 Signed-off-by: Stephen Finucane --- diff --git a/patchwork/__init__.py b/patchwork/__init__.py index d7f3b0bf..91e1771d 100644 --- a/patchwork/__init__.py +++ b/patchwork/__init__.py @@ -19,7 +19,7 @@ from patchwork.version import get_latest_version -VERSION = (2, 1, 5, 'alpha', 0) +VERSION = (2, 1, 5) __version__ = get_latest_version(VERSION)