From: Stephen Finucane Date: Wed, 27 Oct 2021 10:55:16 +0000 (+0100) Subject: Post-release version bump X-Git-Tag: v3.0.5~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=215cede535ce24e287ee2a1a0fa946b5d7237690;p=thirdparty%2Fpatchwork.git Post-release version bump Signed-off-by: Stephen Finucane --- diff --git a/patchwork/__init__.py b/patchwork/__init__.py index 8aec8a03..c35d955e 100644 --- a/patchwork/__init__.py +++ b/patchwork/__init__.py @@ -5,7 +5,7 @@ from patchwork.version import get_latest_version -VERSION = (3, 0, 4) +VERSION = (3, 0, 5, 'alpha', 0) __version__ = get_latest_version(VERSION)