From: Daniel Axtens Date: Fri, 5 Jul 2019 05:27:32 +0000 (+1000) Subject: Release 2.1.4 X-Git-Tag: v2.1.4^0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1ad5e6f28e28432677955b9437d5c8f51dc3bf6c;p=thirdparty%2Fpatchwork.git Release 2.1.4 Signed-off-by: Daniel Axtens --- diff --git a/patchwork/__init__.py b/patchwork/__init__.py index 692f12b3..06d3db46 100644 --- a/patchwork/__init__.py +++ b/patchwork/__init__.py @@ -19,7 +19,7 @@ from patchwork.version import get_latest_version -VERSION = (2, 1, 4, 'alpha', 0) +VERSION = (2, 1, 4) __version__ = get_latest_version(VERSION)