From: Stephen Finucane Date: Wed, 25 Jan 2023 18:16:32 +0000 (+0000) Subject: Post-release version bump X-Git-Tag: v3.1.3~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8226fff86a007f3961132e03b14afc0c349976f;p=thirdparty%2Fpatchwork.git Post-release version bump Signed-off-by: Stephen Finucane --- diff --git a/patchwork/__init__.py b/patchwork/__init__.py index 748abb3f..b015a328 100644 --- a/patchwork/__init__.py +++ b/patchwork/__init__.py @@ -5,6 +5,6 @@ from patchwork.version import get_latest_version -VERSION = (3, 1, 2) +VERSION = (3, 1, 3, 'alpha', 0) __version__ = get_latest_version(VERSION)