Bump version to 1.1.6

This commit is contained in:
Unrud 2017-07-24 04:20:28 +02:00
parent 8770972e3d
commit 7568ec39f0
2 changed files with 6 additions and 1 deletions

View file

@ -3,6 +3,11 @@
======
1.1.6 - Sixth Law of Nature
===========================
* Improve logging for ``--export-storage``
1.1.5 - Sixth Law of Nature
===========================

View file

@ -50,7 +50,7 @@ except ImportError:
from . import auth, config, ical, log, pathutils, rights, storage, xmlutils
VERSION = "1.1.5"
VERSION = "1.1.6"
# Standard "not allowed" response that is returned when an authenticated user
# tries to access information they don't have rights to