From 6bf7aa2b3c668c9fb1a93eeae857d00e137bb2ee Mon Sep 17 00:00:00 2001 From: Unrud Date: Fri, 23 Jun 2017 21:59:05 +0200 Subject: [PATCH] Bump version to 2.1.0rc3 --- NEWS.md | 9 +++++++++ radicale/__init__.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 7fa0333..83e4bb0 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,15 @@ News ==== +2.1.0rc3 +-------- + +This release is compatible with version 2.0.0. + +* Include VObject version in item cache hash +* Improve logging of client timeouts + + 2.1.0rc2 -------- diff --git a/radicale/__init__.py b/radicale/__init__.py index c1d4583..72e32b0 100644 --- a/radicale/__init__.py +++ b/radicale/__init__.py @@ -52,7 +52,7 @@ import vobject from . import auth, rights, storage, web, xmlutils -VERSION = "2.1.0rc2" +VERSION = "2.1.0rc3" NOT_ALLOWED = ( client.FORBIDDEN, (("Content-Type", "text/plain"),),