diff --git a/NEWS b/NEWS index 67e9ff6..ea78e6d 100644 --- a/NEWS +++ b/NEWS @@ -6,12 +6,14 @@ NEWS ------ -0.5 - **Not released yet** -========================== +0.4 - Hot Days Back +=================== * Personal calendars * HEAD requests * Last-Modified HTTP header +* ``no-ssl`` and ``foreground`` options +* Default configuration file 0.3 - Dancing Flowers diff --git a/TODO b/TODO index 2d2d2a7..e9f57b3 100644 --- a/TODO +++ b/TODO @@ -10,6 +10,7 @@ === * Calendar collections +* Group calendars * [IN PROGRESS] Windows and MacOS tested support diff --git a/radicale/__init__.py b/radicale/__init__.py index cbc7b60..34d2255 100644 --- a/radicale/__init__.py +++ b/radicale/__init__.py @@ -49,7 +49,7 @@ except ImportError: from radicale import acl, config, ical, xmlutils -VERSION = "git" +VERSION = "0.4" def _check(request, function): """Check if user has sufficient rights for performing ``request``."""