From: Stephen Finucane Date: Mon, 26 Jul 2021 17:02:44 +0000 (+0100) Subject: Release 3.0.3 X-Git-Tag: v3.0.3^0 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=af158abd633a1e5d51ed69aa330097e42da4f6ad;p=thirdparty%2Fpatchwork.git Release 3.0.3 Signed-off-by: Stephen Finucane --- diff --git a/patchwork/__init__.py b/patchwork/__init__.py index 0346fb42..ba7d4e85 100644 --- a/patchwork/__init__.py +++ b/patchwork/__init__.py @@ -5,7 +5,7 @@ from patchwork.version import get_latest_version -VERSION = (3, 0, 3, 'alpha', 0) +VERSION = (3, 0, 3) __version__ = get_latest_version(VERSION)