Bump version to 2.1.0rc2

This commit is contained in:
Unrud 2017-06-21 09:49:07 +02:00
parent 2b45af92f3
commit 65a1b572e3
2 changed files with 9 additions and 1 deletions

View File

@ -1,6 +1,14 @@
News
====
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
--------

View File

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