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