Bump version to 2.1.3

This commit is contained in:
Unrud
2017-08-01 17:18:13 +02:00
parent ed3708db22
commit 263f76f88e
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.2"
VERSION = "2.1.3"
NOT_ALLOWED = (
client.FORBIDDEN, (("Content-Type", "text/plain"),),