From: Stephen Finucane Date: Sat, 20 Feb 2021 16:23:10 +0000 (+0000) Subject: Release 3.0.1 X-Git-Tag: v3.0.1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52a15aac9bd34dffbaa99194e304525a339a3084;p=thirdparty%2Fpatchwork.git Release 3.0.1 Signed-off-by: Stephen Finucane --- diff --git a/patchwork/__init__.py b/patchwork/__init__.py index 6fb54728..be48bdb8 100644 --- a/patchwork/__init__.py +++ b/patchwork/__init__.py @@ -5,7 +5,7 @@ from patchwork.version import get_latest_version -VERSION = (3, 0, 0) +VERSION = (3, 0, 1) __version__ = get_latest_version(VERSION)