From: Daniel Axtens Date: Fri, 5 Jul 2019 05:57:40 +0000 (+1000) Subject: Release 2.0.4 X-Git-Tag: v2.0.4^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ead7215f198751b3734f725cfb82b7c7db44633;p=thirdparty%2Fpatchwork.git Release 2.0.4 Signed-off-by: Daniel Axtens --- diff --git a/patchwork/__init__.py b/patchwork/__init__.py index 407688b7..23ff1866 100644 --- a/patchwork/__init__.py +++ b/patchwork/__init__.py @@ -19,7 +19,7 @@ from patchwork.version import get_latest_version -VERSION = (2, 0, 4, 'alpha', 0) +VERSION = (2, 0, 4) __version__ = get_latest_version(VERSION)