From 59eded976bfa432f0e4a3f1be672cd5d954e7c5b Mon Sep 17 00:00:00 2001 From: Unrud Date: Fri, 4 Aug 2017 14:59:03 +0200 Subject: [PATCH] Bump version to 2.1.4 --- NEWS.md | 11 +++++++++++ radicale/__init__.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 417e53aec..f865f2bde 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,17 @@ News ==== +2.1.4 - Wild Radish +------------------- + +This feature is not compatible with the 1.x.x versions. See +http://radicale.org/1to2/ if you want to switch from 1.x.x to +2.x.x. + +* Fix incorrect time range matching and calculation for some edge-cases with + rescheduled recurrences +* Fix owner property + 2.1.3 - Wild Radish ------------------- diff --git a/radicale/__init__.py b/radicale/__init__.py index e2fa04ae1..573193d98 100644 --- a/radicale/__init__.py +++ b/radicale/__init__.py @@ -52,7 +52,7 @@ from . import auth, rights, storage, web, xmlutils -VERSION = "2.1.3" +VERSION = "2.1.4" NOT_ALLOWED = ( client.FORBIDDEN, (("Content-Type", "text/plain"),),