From: Stephen Finucane Date: Sun, 4 Oct 2020 11:19:00 +0000 (+0100) Subject: Post-release version bump X-Git-Tag: v3.1.0~108 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44984e9f856af1fec29e6e536778e4bcaf87a1b4;p=thirdparty%2Fpatchwork.git Post-release version bump Signed-off-by: Stephen Finucane --- diff --git a/patchwork/__init__.py b/patchwork/__init__.py index 6fb54728..bf4fbefc 100644 --- a/patchwork/__init__.py +++ b/patchwork/__init__.py @@ -5,7 +5,7 @@ from patchwork.version import get_latest_version -VERSION = (3, 0, 0) +VERSION = (3, 1, 0, 'alpha', 0) __version__ = get_latest_version(VERSION)