1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-04 18:22:26 +00:00

Bump version to 1.1.4

This commit is contained in:
Unrud 2017-06-25 09:54:36 +02:00
parent 0122d3ebd5
commit 6336ffba6e
2 changed files with 6 additions and 1 deletions

View file

@ -3,6 +3,11 @@
======
1.1.4 - Fifth Law of Nature
===========================
* Use ``shutil.move`` for ``--export-storage``
1.1.3 - Fourth Law of Nature
============================

View file

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