From: Stephen Finucane Date: Wed, 16 May 2018 13:42:41 +0000 (+0100) Subject: Patchwork v2.1.0-rc2 X-Git-Tag: v2.1.0-rc2^0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d0ea6fa154a644cb819b7a22e546139335069a25;p=thirdparty%2Fpatchwork.git Patchwork v2.1.0-rc2 Signed-off-by: Stephen Finucane Acked-by: Daniel Axtens --- diff --git a/patchwork/__init__.py b/patchwork/__init__.py index d145a4db..4f10b4c1 100644 --- a/patchwork/__init__.py +++ b/patchwork/__init__.py @@ -19,7 +19,7 @@ from patchwork.version import get_latest_version -VERSION = (2, 1, 0, 'rc', 1) +VERSION = (2, 1, 0, 'rc', 2) __version__ = get_latest_version(VERSION)