From 5576cb38eb50e9a4a4d05c68b581bf5dd236b119 Mon Sep 17 00:00:00 2001 From: Unrud Date: Sun, 25 Jun 2017 09:55:39 +0200 Subject: [PATCH] Bump version to 2.1.0 --- NEWS.md | 21 ++------------------- radicale/__init__.py | 2 +- 2 files changed, 3 insertions(+), 20 deletions(-) diff --git a/NEWS.md b/NEWS.md index 83e4bb0..70143d1 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,25 +1,8 @@ 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 --------- - -This release is compatible with version 2.0.0. - -* Allow extra configuration options, when external plugins are used. -* Add request method and path to exceptions that happen during requests. - -2.1.0rc1 --------- +2.1.0 - Wild Radish +------------------- This release is compatible with version 2.0.0. diff --git a/radicale/__init__.py b/radicale/__init__.py index 72e32b0..25ac2db 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.0rc3" +VERSION = "2.1.0" NOT_ALLOWED = ( client.FORBIDDEN, (("Content-Type", "text/plain"),),