Bump version to 2.1.6

This commit is contained in:
Unrud
2017-09-11 19:32:34 +02:00
parent 9ced675423
commit ee3fb71f7d
2 changed files with 15 additions and 1 deletions

View File

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