Version 1.1.1
This commit is contained in:
parent
83304c1378
commit
f8b068e9fe
6
NEWS.rst
6
NEWS.rst
@ -3,6 +3,12 @@
|
||||
======
|
||||
|
||||
|
||||
1.1.1 - Second Law of Nature
|
||||
============================
|
||||
|
||||
* Fix the owner_write rights rule
|
||||
|
||||
|
||||
1.1 - Law of Nature
|
||||
===================
|
||||
|
||||
|
@ -50,7 +50,7 @@ except ImportError:
|
||||
from . import auth, config, ical, log, pathutils, rights, storage, xmlutils
|
||||
|
||||
|
||||
VERSION = "1.1"
|
||||
VERSION = "1.1.1"
|
||||
|
||||
# Standard "not allowed" response that is returned when an authenticated user
|
||||
# tries to access information they don't have rights to
|
||||
|
Loading…
Reference in New Issue
Block a user