From: Stephen Finucane Date: Mon, 25 May 2020 10:33:26 +0000 (+0100) Subject: Post-release version bump X-Git-Tag: v2.2.3~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=935c1852877fcf3401c1fc325caee79d86770482;p=thirdparty%2Fpatchwork.git Post-release version bump Signed-off-by: Stephen Finucane --- diff --git a/patchwork/__init__.py b/patchwork/__init__.py index a8829592..0691cf54 100644 --- a/patchwork/__init__.py +++ b/patchwork/__init__.py @@ -5,7 +5,7 @@ from patchwork.version import get_latest_version -VERSION = (2, 2, 2) +VERSION = (2, 2, 3, 'alpha', 0) __version__ = get_latest_version(VERSION)