From: Stephen Finucane Date: Fri, 15 Jul 2022 16:20:08 +0000 (+0100) Subject: Post-release version bump X-Git-Tag: v3.2.0~139 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae12766982e4f6f924b44fef957d9dba1982203b;p=thirdparty%2Fpatchwork.git Post-release version bump Signed-off-by: Stephen Finucane --- diff --git a/patchwork/__init__.py b/patchwork/__init__.py index abe88ec6..8bdaa7f1 100644 --- a/patchwork/__init__.py +++ b/patchwork/__init__.py @@ -5,6 +5,6 @@ from patchwork.version import get_latest_version -VERSION = (3, 1, 0) +VERSION = (3, 2, 0, 'alpha', 0) __version__ = get_latest_version(VERSION)