1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-07-23 17:48:30 +00:00

Bump version to 2.1.2

This commit is contained in:
Unrud 2017-07-24 04:22:57 +02:00
parent 1f4fb9e306
commit b3957bc2c7
2 changed files with 14 additions and 1 deletions

View file

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