Bump version to 2.1.4

This commit is contained in:
Unrud 2017-08-04 14:59:03 +02:00
parent 8e88a47978
commit 59eded976b
2 changed files with 12 additions and 1 deletions

11
NEWS.md
View File

@ -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
-------------------

View File

@ -52,7 +52,7 @@ import vobject
from . import auth, rights, storage, web, xmlutils
VERSION = "2.1.3"
VERSION = "2.1.4"
NOT_ALLOWED = (
client.FORBIDDEN, (("Content-Type", "text/plain"),),