1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-01 18:18:31 +00:00

Bump version to 2.1.5

This commit is contained in:
Unrud 2017-08-25 19:13:11 +02:00
parent bdb03b9665
commit c1d279e63f
2 changed files with 13 additions and 1 deletions

View file

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