From: Stephen Finucane Date: Fri, 30 Sep 2022 16:50:10 +0000 (+0100) Subject: Release 3.0.6 X-Git-Tag: v3.0.6^0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=297399bcaf8d989f4e8a7a1ca7adefdf9bd1893d;p=thirdparty%2Fpatchwork.git Release 3.0.6 Signed-off-by: Stephen Finucane --- diff --git a/patchwork/__init__.py b/patchwork/__init__.py index f12f8d2e..6044deb4 100644 --- a/patchwork/__init__.py +++ b/patchwork/__init__.py @@ -5,7 +5,7 @@ from patchwork.version import get_latest_version -VERSION = (3, 0, 6, 'alpha', 0) +VERSION = (3, 0, 6) __version__ = get_latest_version(VERSION)