From: Stephen Finucane Date: Fri, 30 Sep 2022 16:52:51 +0000 (+0100) Subject: Post-release version bump X-Git-Tag: v3.1.2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d71ee7592e1e6c2ba779d1d2f4d7d21ee21783a;p=thirdparty%2Fpatchwork.git Post-release version bump Signed-off-by: Stephen Finucane --- diff --git a/patchwork/__init__.py b/patchwork/__init__.py index 26f33614..2c64bce4 100644 --- a/patchwork/__init__.py +++ b/patchwork/__init__.py @@ -5,6 +5,6 @@ from patchwork.version import get_latest_version -VERSION = (3, 1, 1) +VERSION = (3, 1, 2, 'alpha', 0) __version__ = get_latest_version(VERSION)