1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00

Version 0.3 bump.

This commit is contained in:
Guillaume Ayoub 2010-06-14 19:05:27 +02:00
parent 9b86e6ef27
commit 6f1da96d46
2 changed files with 3 additions and 3 deletions

4
NEWS
View file

@ -6,8 +6,8 @@
NEWS
------
0.3 - **Not released yet**
==========================
0.3 - Dancing Flowers
=====================
* Evolution support
* Version management

View file

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