From: Stephen Finucane Date: Tue, 1 Aug 2023 17:19:42 +0000 (+0100) Subject: Release 3.1.3 X-Git-Tag: v3.1.3^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d5e4282febcb2c4e133836bc5413ec7faa7b52d;p=thirdparty%2Fpatchwork.git Release 3.1.3 Signed-off-by: Stephen Finucane --- diff --git a/patchwork/__init__.py b/patchwork/__init__.py index b015a328..3a9ba010 100644 --- a/patchwork/__init__.py +++ b/patchwork/__init__.py @@ -5,6 +5,6 @@ from patchwork.version import get_latest_version -VERSION = (3, 1, 3, 'alpha', 0) +VERSION = (3, 1, 3) __version__ = get_latest_version(VERSION)