From: Stephen Finucane Date: Tue, 1 Aug 2023 17:22:31 +0000 (+0100) Subject: Post-release version bump X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d573b4b17c4d9e68e68aecddc5c31e9d5ff0777a;p=thirdparty%2Fpatchwork.git Post-release version bump Signed-off-by: Stephen Finucane --- diff --git a/patchwork/__init__.py b/patchwork/__init__.py index 3a9ba010..fae32fe7 100644 --- a/patchwork/__init__.py +++ b/patchwork/__init__.py @@ -5,6 +5,6 @@ from patchwork.version import get_latest_version -VERSION = (3, 1, 3) +VERSION = (3, 1, 4, 'alpha', 0) __version__ = get_latest_version(VERSION)