Bump version to 2.1.1

This commit is contained in:
Unrud 2017-07-01 00:12:04 +02:00
parent 2b3fd1fb9b
commit 08919510cb
2 changed files with 10 additions and 1 deletions

View File

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

View File

@ -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"),),