0.5 git version bump

This commit is contained in:
Guillaume Ayoub 2010-08-07 23:37:05 +02:00
parent beac38bd0b
commit 547c888c63

View File

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