Bump version to 2.1.0rc3
This commit is contained in:
parent
98caa88a25
commit
6bf7aa2b3c
9
NEWS.md
9
NEWS.md
@ -1,6 +1,15 @@
|
|||||||
News
|
News
|
||||||
====
|
====
|
||||||
|
|
||||||
|
2.1.0rc3
|
||||||
|
--------
|
||||||
|
|
||||||
|
This release is compatible with version 2.0.0.
|
||||||
|
|
||||||
|
* Include VObject version in item cache hash
|
||||||
|
* Improve logging of client timeouts
|
||||||
|
|
||||||
|
|
||||||
2.1.0rc2
|
2.1.0rc2
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
@ -52,7 +52,7 @@ import vobject
|
|||||||
|
|
||||||
from . import auth, rights, storage, web, xmlutils
|
from . import auth, rights, storage, web, xmlutils
|
||||||
|
|
||||||
VERSION = "2.1.0rc2"
|
VERSION = "2.1.0rc3"
|
||||||
|
|
||||||
NOT_ALLOWED = (
|
NOT_ALLOWED = (
|
||||||
client.FORBIDDEN, (("Content-Type", "text/plain"),),
|
client.FORBIDDEN, (("Content-Type", "text/plain"),),
|
||||||
|
Loading…
Reference in New Issue
Block a user