Bump version to 2.1.0rc1

This commit is contained in:
Unrud
2017-06-17 01:45:53 +02:00
parent 39a11bc7b7
commit db93d969ab
2 changed files with 37 additions and 1 deletions

View File

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