Version 0.9

This commit is contained in:
Guillaume Ayoub 2014-08-13 13:12:19 +02:00
parent 2b4485f6ae
commit a6884492a2
2 changed files with 3 additions and 3 deletions

View File

@ -3,8 +3,8 @@
====== ======
0.9 - *Not released yet* 0.9 - Rivers
======================== ============
* Custom handlers for auth, storage and rights (by Sergey Fursov) * Custom handlers for auth, storage and rights (by Sergey Fursov)
* 1-file-per-event storage (by Jean-Marc Martins) * 1-file-per-event storage (by Jean-Marc Martins)

View File

@ -50,7 +50,7 @@ except ImportError:
from . import auth, config, ical, log, rights, storage, xmlutils from . import auth, config, ical, log, rights, storage, xmlutils
VERSION = "0.9b2" VERSION = "0.9"
# 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