From: Stephen Finucane Date: Wed, 24 Feb 2021 15:31:05 +0000 (+0000) Subject: Post-release version bump X-Git-Tag: v3.0.3~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5b10d48d01710ca1857e5f1afa0f7ef1d61953e;p=thirdparty%2Fpatchwork.git Post-release version bump Signed-off-by: Stephen Finucane --- diff --git a/patchwork/__init__.py b/patchwork/__init__.py index d3ccfa84..0346fb42 100644 --- a/patchwork/__init__.py +++ b/patchwork/__init__.py @@ -5,7 +5,7 @@ from patchwork.version import get_latest_version -VERSION = (3, 0, 2) +VERSION = (3, 0, 3, 'alpha', 0) __version__ = get_latest_version(VERSION)