From: Stephen Finucane Date: Sat, 20 Feb 2021 16:23:39 +0000 (+0000) Subject: Post-release version bump X-Git-Tag: v3.0.2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f4ee6e8f83de0790096e30fa169b9d5c529ff029;p=thirdparty%2Fpatchwork.git Post-release version bump Signed-off-by: Stephen Finucane --- diff --git a/patchwork/__init__.py b/patchwork/__init__.py index be48bdb8..4ebb8aa7 100644 --- a/patchwork/__init__.py +++ b/patchwork/__init__.py @@ -5,7 +5,7 @@ from patchwork.version import get_latest_version -VERSION = (3, 0, 1) +VERSION = (3, 0, 2, 'alpha', 0) __version__ = get_latest_version(VERSION)