From: Stephen Finucane Date: Fri, 30 Sep 2022 16:52:15 +0000 (+0100) Subject: Release 3.1.1 X-Git-Tag: v3.1.1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1f897a4f6fd14fbb497a27246695b209acc8302;p=thirdparty%2Fpatchwork.git Release 3.1.1 Signed-off-by: Stephen Finucane --- diff --git a/patchwork/__init__.py b/patchwork/__init__.py index abe88ec6..26f33614 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, 1, 1) __version__ = get_latest_version(VERSION)