From: Daniel Axtens Date: Tue, 14 Apr 2020 06:43:51 +0000 (+1000) Subject: Post-release version bump X-Git-Tag: v2.2.2~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=965dc6946c77884abe01f76309c75c6b0cbe03ae;p=thirdparty%2Fpatchwork.git Post-release version bump Signed-off-by: Daniel Axtens --- diff --git a/patchwork/__init__.py b/patchwork/__init__.py index 963cb914..b4cb728c 100644 --- a/patchwork/__init__.py +++ b/patchwork/__init__.py @@ -5,7 +5,7 @@ from patchwork.version import get_latest_version -VERSION = (2, 2, 1) +VERSION = (2, 2, 2, 'alpha', 0) __version__ = get_latest_version(VERSION)