mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-01 18:18:31 +00:00
Version management, next version is 0.3.
This commit is contained in:
parent
dbe614552a
commit
054950be54
4 changed files with 22 additions and 5 deletions
|
@ -49,6 +49,8 @@ except ImportError:
|
|||
from radicale import acl, config, ical, xmlutils
|
||||
|
||||
|
||||
VERSION = "0.3-git"
|
||||
|
||||
def _check(request, function):
|
||||
"""Check if user has sufficient rights for performing ``request``."""
|
||||
authorization = request.headers.get("Authorization", None)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue