From 08919510cb765d403327e54faff97da3fe7b4096 Mon Sep 17 00:00:00 2001 From: Unrud Date: Sat, 1 Jul 2017 00:12:04 +0200 Subject: [PATCH] Bump version to 2.1.1 --- NEWS.md | 9 +++++++++ radicale/__init__.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index ea75f79..4f1022e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,15 @@ News ==== +2.1.1 - Wild Radish Again +------------------- + +This release is compatible with version 2.0.0. + +* Add missing UIDs instead of failing +* Improve error checking of calendar and addressbook objects +* Fix upload of whole address books + 2.1.0 - Wild Radish ------------------- diff --git a/radicale/__init__.py b/radicale/__init__.py index fa0c57d..d83f6c8 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.0" +VERSION = "2.1.1" NOT_ALLOWED = ( client.FORBIDDEN, (("Content-Type", "text/plain"),),