Bump version to 1.1.5

This commit is contained in:
Unrud 2017-07-24 02:37:03 +02:00
parent 715a90b33c
commit c964910348
2 changed files with 6 additions and 1 deletions

View file

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

View file

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