Let's try to release 0.9 beta 1

This commit is contained in:
Guillaume Ayoub 2014-02-24 23:26:40 +01:00
parent 152e5494d3
commit 3bd5b8f0fc

View File

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