From: Stephen Finucane Date: Wed, 27 Oct 2021 10:56:54 +0000 (+0100) Subject: Post-release version bump X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fheads%2Fstable%2F2.2;p=thirdparty%2Fpatchwork.git Post-release version bump Signed-off-by: Stephen Finucane --- diff --git a/patchwork/__init__.py b/patchwork/__init__.py index 51d80816..0ed62d3c 100644 --- a/patchwork/__init__.py +++ b/patchwork/__init__.py @@ -5,7 +5,7 @@ from patchwork.version import get_latest_version -VERSION = (2, 2, 6) +VERSION = (2, 2, 7, 'alpha', 0) __version__ = get_latest_version(VERSION)