From: Stephen Finucane Date: Sun, 13 Dec 2020 19:05:14 +0000 (+0000) Subject: Release 2.2.3 X-Git-Tag: v2.2.3^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3a3b4703d157a38504b82d64551749cc939cf62;p=thirdparty%2Fpatchwork.git Release 2.2.3 Signed-off-by: Stephen Finucane --- diff --git a/patchwork/__init__.py b/patchwork/__init__.py index 0691cf54..2514fe73 100644 --- a/patchwork/__init__.py +++ b/patchwork/__init__.py @@ -5,7 +5,7 @@ from patchwork.version import get_latest_version -VERSION = (2, 2, 3, 'alpha', 0) +VERSION = (2, 2, 3) __version__ = get_latest_version(VERSION)