From: Stephen Finucane Date: Fri, 30 Sep 2022 16:51:36 +0000 (+0100) Subject: Post-release version bump X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=201450e9f393434a021a7888e8d2cecf697d58aa;p=thirdparty%2Fpatchwork.git Post-release version bump Signed-off-by: Stephen Finucane --- diff --git a/patchwork/__init__.py b/patchwork/__init__.py index 6044deb4..ccc164a8 100644 --- a/patchwork/__init__.py +++ b/patchwork/__init__.py @@ -5,7 +5,7 @@ from patchwork.version import get_latest_version -VERSION = (3, 0, 6) +VERSION = (3, 0, 7, 'alpha', 0) __version__ = get_latest_version(VERSION)