Bump version to 2.1.2

This commit is contained in:
Unrud 2017-07-24 04:22:57 +02:00
parent 1f4fb9e306
commit b3957bc2c7
2 changed files with 14 additions and 1 deletions

13
NEWS.md
View File

@ -1,6 +1,19 @@
News News
==== ====
2.1.2 - 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.
* Remove workarounds for bugs in VObject < 0.9.5
* Error checking of collection tags and associated components
* Improve error checking of uploaded collections and components
* Don't delete empty collection properties implicitly
* Improve logging of VObject serialization
2.1.1 - Wild Radish Again 2.1.1 - Wild Radish Again
------------------- -------------------

View File

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