Bump version to 2.1.0

This commit is contained in:
Unrud 2017-06-25 09:55:39 +02:00
parent 6bf7aa2b3c
commit 5576cb38eb
2 changed files with 3 additions and 20 deletions

21
NEWS.md
View File

@ -1,25 +1,8 @@
News News
==== ====
2.1.0rc3 2.1.0 - Wild Radish
-------- -------------------
This release is compatible with version 2.0.0.
* Include VObject version in item cache hash
* Improve logging of client timeouts
2.1.0rc2
--------
This release is compatible with version 2.0.0.
* Allow extra configuration options, when external plugins are used.
* Add request method and path to exceptions that happen during requests.
2.1.0rc1
--------
This release is compatible with version 2.0.0. This release is compatible with version 2.0.0.

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.0rc3" VERSION = "2.1.0"
NOT_ALLOWED = ( NOT_ALLOWED = (
client.FORBIDDEN, (("Content-Type", "text/plain"),), client.FORBIDDEN, (("Content-Type", "text/plain"),),