From: Daniel Axtens Date: Thu, 5 Apr 2018 16:31:16 +0000 (+1000) Subject: Patchwork v2.1.0-rc1 X-Git-Tag: v2.1.0-rc1^0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=771c0adec681fa9a829e19805f90c0cf7bdbcdde;p=thirdparty%2Fpatchwork.git Patchwork v2.1.0-rc1 Signed-off-by: Daniel Axtens --- diff --git a/patchwork/__init__.py b/patchwork/__init__.py index 98e9b21d..d145a4db 100644 --- a/patchwork/__init__.py +++ b/patchwork/__init__.py @@ -19,7 +19,7 @@ from patchwork.version import get_latest_version -VERSION = (2, 1, 0, 'alpha', 0) +VERSION = (2, 1, 0, 'rc', 1) __version__ = get_latest_version(VERSION)