mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-04 13:47:37 +03:00
Bump version to 1.1.5
This commit is contained in:
parent
715a90b33c
commit
c964910348
2 changed files with 6 additions and 1 deletions
5
NEWS.rst
5
NEWS.rst
|
@ -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
|
||||||
===========================
|
===========================
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue