Bump version to 2.1.4

This commit is contained in:
Unrud
2017-08-04 14:59:03 +02:00
parent 8e88a47978
commit 59eded976b
2 changed files with 12 additions and 1 deletions

View File

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