From: Stephen Finucane Date: Wed, 24 Feb 2021 15:30:48 +0000 (+0000) Subject: Release 3.0.2 X-Git-Tag: v3.0.2^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=265c9d6c03540af3135cbd05cdc50c094563251d;p=thirdparty%2Fpatchwork.git Release 3.0.2 Signed-off-by: Stephen Finucane --- diff --git a/patchwork/__init__.py b/patchwork/__init__.py index 4ebb8aa7..d3ccfa84 100644 --- a/patchwork/__init__.py +++ b/patchwork/__init__.py @@ -5,7 +5,7 @@ from patchwork.version import get_latest_version -VERSION = (3, 0, 2, 'alpha', 0) +VERSION = (3, 0, 2) __version__ = get_latest_version(VERSION)