diff --git a/NEWS.rst b/NEWS.rst index 93c9be0..7bbc28e 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -3,6 +3,18 @@ ====== +0.7.1 - Waterfalls +================== + +* Many address books fixes +* New IMAP ACL (by Daniel Aleksandersen) +* PAM ACL fixed (by Daniel Aleksandersen) +* Courier ACL fixed (by Benjamin Frank) +* Always set display name to collections (by Oskari Timperi) +* Various DELETE responses fixed + + + 0.7 - Eternal Sunshine ====================== diff --git a/radicale/__init__.py b/radicale/__init__.py index 28ef953..e875760 100644 --- a/radicale/__init__.py +++ b/radicale/__init__.py @@ -49,7 +49,7 @@ except ImportError: from radicale import acl, config, ical, log, storage, xmlutils -VERSION = "git" +VERSION = "0.7.1" class HTTPServer(wsgiref.simple_server.WSGIServer, object):