1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-09-15 20:36:55 +00:00

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

@ -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"),),