From: Stephen Finucane Date: Fri, 27 Dec 2019 18:11:13 +0000 (+0000) Subject: Patchwork v2.2.0-rc1 X-Git-Tag: v2.2.0-rc1^0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f45ebc99b5393447125ba544d76fb5c26b735166;p=thirdparty%2Fpatchwork.git Patchwork v2.2.0-rc1 Signed-off-by: Stephen Finucane --- diff --git a/patchwork/__init__.py b/patchwork/__init__.py index fc97dadf..1a1c0bf3 100644 --- a/patchwork/__init__.py +++ b/patchwork/__init__.py @@ -5,7 +5,7 @@ from patchwork.version import get_latest_version -VERSION = (2, 2, 0, 'alpha', 0) +VERSION = (2, 2, 0, 'rc', 1) __version__ = get_latest_version(VERSION)