From: Stephen Finucane Date: Wed, 27 Oct 2021 10:53:02 +0000 (+0100) Subject: Release 3.0.4 X-Git-Tag: v3.0.4^0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2d68dafad244c3ea4521e493d2e19c9c9959a68c;p=thirdparty%2Fpatchwork.git Release 3.0.4 Signed-off-by: Stephen Finucane --- diff --git a/patchwork/__init__.py b/patchwork/__init__.py index 3adb7d9f..8aec8a03 100644 --- a/patchwork/__init__.py +++ b/patchwork/__init__.py @@ -5,7 +5,7 @@ from patchwork.version import get_latest_version -VERSION = (3, 0, 4, 'alpha', 0) +VERSION = (3, 0, 4) __version__ = get_latest_version(VERSION)