Bump version to 2.1.0rc3

This commit is contained in:
Unrud 2017-06-23 21:59:05 +02:00
parent 98caa88a25
commit 6bf7aa2b3c
2 changed files with 10 additions and 1 deletions

View File

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

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