From: Stephen Finucane Date: Thu, 27 Feb 2020 23:36:55 +0000 (+0000) Subject: Patchwork v2.2.0-rc2 X-Git-Tag: v2.2.0-rc2^0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3cc21f320f0de13c9df897204fc512458b658d05;p=thirdparty%2Fpatchwork.git Patchwork v2.2.0-rc2 Signed-off-by: Stephen Finucane Signed-off-by: Daniel Axtens --- diff --git a/patchwork/__init__.py b/patchwork/__init__.py index 1a1c0bf3..0e15bca0 100644 --- a/patchwork/__init__.py +++ b/patchwork/__init__.py @@ -5,7 +5,7 @@ from patchwork.version import get_latest_version -VERSION = (2, 2, 0, 'rc', 1) +VERSION = (2, 2, 0, 'rc', 2) __version__ = get_latest_version(VERSION)