Bump version to 2.1.7

This commit is contained in:
Unrud
2017-09-17 14:04:04 +02:00
parent b0ef194a4b
commit 21f5f5d70b
2 changed files with 23 additions and 1 deletions

View File

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