From: Stephen Finucane Date: Tue, 10 May 2022 17:30:13 +0000 (+0100) Subject: Post-release version bump X-Git-Tag: v3.0.6~6 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=f8cbc778a23698b920caf286ac3fb13da8d82406;p=thirdparty%2Fpatchwork.git Post-release version bump Signed-off-by: Stephen Finucane --- diff --git a/patchwork/__init__.py b/patchwork/__init__.py index 1e646600..f12f8d2e 100644 --- a/patchwork/__init__.py +++ b/patchwork/__init__.py @@ -5,7 +5,7 @@ from patchwork.version import get_latest_version -VERSION = (3, 0, 5) +VERSION = (3, 0, 6, 'alpha', 0) __version__ = get_latest_version(VERSION)