From: Stephen Finucane Date: Sun, 13 Dec 2020 19:06:03 +0000 (+0000) Subject: Post-release version bump X-Git-Tag: v2.2.4~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5c03cbe0de1b7805089d54c961c165abafe9e5f5;p=thirdparty%2Fpatchwork.git Post-release version bump Signed-off-by: Stephen Finucane --- diff --git a/patchwork/__init__.py b/patchwork/__init__.py index 2514fe73..ac6af88f 100644 --- a/patchwork/__init__.py +++ b/patchwork/__init__.py @@ -5,7 +5,7 @@ from patchwork.version import get_latest_version -VERSION = (2, 2, 3) +VERSION = (2, 2, 4, 'alpha', 0) __version__ = get_latest_version(VERSION)