Bump version to 2.1.0rc2
This commit is contained in:
parent
2b45af92f3
commit
65a1b572e3
8
NEWS.md
8
NEWS.md
@ -1,6 +1,14 @@
|
|||||||
News
|
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
|
2.1.0rc1
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
@ -52,7 +52,7 @@ import vobject
|
|||||||
|
|
||||||
from . import auth, rights, storage, web, xmlutils
|
from . import auth, rights, storage, web, xmlutils
|
||||||
|
|
||||||
VERSION = "2.1.0rc1"
|
VERSION = "2.1.0rc2"
|
||||||
|
|
||||||
NOT_ALLOWED = (
|
NOT_ALLOWED = (
|
||||||
client.FORBIDDEN, (("Content-Type", "text/plain"),),
|
client.FORBIDDEN, (("Content-Type", "text/plain"),),
|
||||||
|
Loading…
Reference in New Issue
Block a user