From: Daniel Axtens Date: Tue, 14 Apr 2020 06:46:20 +0000 (+1000) Subject: Release 2.1.6 X-Git-Tag: v2.1.6^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2dd5d6c82d51c3f6114e512f48264d595810d56a;p=thirdparty%2Fpatchwork.git Release 2.1.6 Signed-off-by: Daniel Axtens --- diff --git a/patchwork/__init__.py b/patchwork/__init__.py index 2b82e1aa..8f043f64 100644 --- a/patchwork/__init__.py +++ b/patchwork/__init__.py @@ -19,7 +19,7 @@ from patchwork.version import get_latest_version -VERSION = (2, 1, 6, 'alpha', 0) +VERSION = (2, 1, 6) __version__ = get_latest_version(VERSION)