Bump version to 2.1.4
This commit is contained in:
parent
8e88a47978
commit
59eded976b
11
NEWS.md
11
NEWS.md
@ -1,6 +1,17 @@
|
|||||||
News
|
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
|
2.1.3 - Wild Radish
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
@ -52,7 +52,7 @@ import vobject
|
|||||||
|
|
||||||
from . import auth, rights, storage, web, xmlutils
|
from . import auth, rights, storage, web, xmlutils
|
||||||
|
|
||||||
VERSION = "2.1.3"
|
VERSION = "2.1.4"
|
||||||
|
|
||||||
NOT_ALLOWED = (
|
NOT_ALLOWED = (
|
||||||
client.FORBIDDEN, (("Content-Type", "text/plain"),),
|
client.FORBIDDEN, (("Content-Type", "text/plain"),),
|
||||||
|
Loading…
Reference in New Issue
Block a user