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

Version 2.0.0rc1

This commit is contained in:
Guillaume Ayoub 2017-04-15 15:51:05 +02:00
parent 864eb5931a
commit 7e2406c778
2 changed files with 27 additions and 1 deletions

View file

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