From: Stephen Finucane Date: Mon, 26 Jul 2021 17:03:06 +0000 (+0100) Subject: Post-release version bump X-Git-Tag: v3.0.4~3 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=0235b2b2e6233e2fe31ea9169ffae10601055725;p=thirdparty%2Fpatchwork.git Post-release version bump Signed-off-by: Stephen Finucane --- diff --git a/patchwork/__init__.py b/patchwork/__init__.py index ba7d4e85..3adb7d9f 100644 --- a/patchwork/__init__.py +++ b/patchwork/__init__.py @@ -5,7 +5,7 @@ from patchwork.version import get_latest_version -VERSION = (3, 0, 3) +VERSION = (3, 0, 4, 'alpha', 0) __version__ = get_latest_version(VERSION)