From: Daniel Axtens Date: Tue, 30 Apr 2019 05:48:18 +0000 (+1000) Subject: Release 2.1.2 X-Git-Tag: v2.1.2^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc4c011e894780e8b98920c61c2a647ee30e56d5;p=thirdparty%2Fpatchwork.git Release 2.1.2 Signed-off-by: Daniel Axtens --- diff --git a/patchwork/__init__.py b/patchwork/__init__.py index 72416b32..241f496c 100644 --- a/patchwork/__init__.py +++ b/patchwork/__init__.py @@ -19,7 +19,7 @@ from patchwork.version import get_latest_version -VERSION = (2, 1, 2, 'alpha', 0) +VERSION = (2, 1, 2) __version__ = get_latest_version(VERSION)