From: Stephen Finucane Date: Sun, 5 Apr 2020 18:46:58 +0000 (+0100) Subject: Post-release version bump X-Git-Tag: v3.0.0~94 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c71a79fc2effa2f9b9613885e6a0a20d83e0a555;p=thirdparty%2Fpatchwork.git Post-release version bump Signed-off-by: Stephen Finucane --- diff --git a/patchwork/__init__.py b/patchwork/__init__.py index b55d4b3b..545a53bb 100644 --- a/patchwork/__init__.py +++ b/patchwork/__init__.py @@ -5,7 +5,7 @@ from patchwork.version import get_latest_version -VERSION = (2, 2, 0) +VERSION = (3, 0, 0, 'alpha', 0) __version__ = get_latest_version(VERSION)