Version 1.0.1
This commit is contained in:
parent
231cdec476
commit
6babebd315
6
NEWS.rst
6
NEWS.rst
@ -3,6 +3,12 @@
|
|||||||
======
|
======
|
||||||
|
|
||||||
|
|
||||||
|
1.0.1
|
||||||
|
=====
|
||||||
|
|
||||||
|
* Update the version because of a **stupid** "feature"™ of PyPI
|
||||||
|
|
||||||
|
|
||||||
1.0 - Sunflower
|
1.0 - Sunflower
|
||||||
===============
|
===============
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@ except ImportError:
|
|||||||
from . import auth, config, ical, log, rights, storage, xmlutils
|
from . import auth, config, ical, log, rights, storage, xmlutils
|
||||||
|
|
||||||
|
|
||||||
VERSION = "1.0"
|
VERSION = "1.0.1"
|
||||||
|
|
||||||
# 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…
Reference in New Issue
Block a user