From: Stephen Finucane Date: Mon, 26 Jul 2021 16:57:18 +0000 (+0100) Subject: Post-release version bump X-Git-Tag: v2.2.6~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1c6ea117e375600744ed61332b0d1dbf50a9610;p=thirdparty%2Fpatchwork.git Post-release version bump Signed-off-by: Stephen Finucane --- diff --git a/patchwork/__init__.py b/patchwork/__init__.py index 8071bb09..601756c3 100644 --- a/patchwork/__init__.py +++ b/patchwork/__init__.py @@ -5,7 +5,7 @@ from patchwork.version import get_latest_version -VERSION = (2, 2, 5) +VERSION = (2, 2, 6, 'alpha', 0) __version__ = get_latest_version(VERSION)