0.5 version

This commit is contained in:
Guillaume Ayoub
2011-04-02 11:37:42 +02:00
parent 2e1b51e3c1
commit b19b4c8810
3 changed files with 5 additions and 9 deletions

View File

@ -49,7 +49,7 @@ except ImportError:
from radicale import acl, config, ical, xmlutils
VERSION = "git"
VERSION = "0.5"
def _check(request, function):
"""Check if user has sufficient rights for performing ``request``."""