From: Stephen Finucane Date: Tue, 10 May 2022 17:29:29 +0000 (+0100) Subject: Release 3.0.5 X-Git-Tag: v3.0.5^0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=baaea03b5f96e4bfbca7dd3a691feb6a92c75e35;p=thirdparty%2Fpatchwork.git Release 3.0.5 Signed-off-by: Stephen Finucane --- diff --git a/patchwork/__init__.py b/patchwork/__init__.py index c35d955e..1e646600 100644 --- a/patchwork/__init__.py +++ b/patchwork/__init__.py @@ -5,7 +5,7 @@ from patchwork.version import get_latest_version -VERSION = (3, 0, 5, 'alpha', 0) +VERSION = (3, 0, 5) __version__ = get_latest_version(VERSION)