Version 0.7

This commit is contained in:
Guillaume Ayoub 2012-03-20 18:36:34 +01:00
parent a9c74ae84d
commit d274044700
3 changed files with 6 additions and 6 deletions

View File

@ -3,15 +3,14 @@
====== ======
1.0 - *not released yet* 0.7 - Eternal Sunshine
======================== ======================
* Repeating events * Repeating events
* Calendar deletion * Collection deletion
* Courier and PAM authentication methods * Courier and PAM authentication methods
* Git and SQL storages
* CardDAV support * CardDAV support
* LDAP: custom filters supported * Custom LDAP filters supported
0.6.4 - Tulips 0.6.4 - Tulips

View File

@ -6,6 +6,7 @@
=== ===
* [IN PROGRESS] Other CalDAV clients supports * [IN PROGRESS] Other CalDAV clients supports
* SQL and Git storage backends
* Tests * Tests

View File

@ -49,7 +49,7 @@ except ImportError:
from radicale import acl, config, ical, log, storage, xmlutils from radicale import acl, config, ical, log, storage, xmlutils
VERSION = "git" VERSION = "0.7"
class HTTPServer(wsgiref.simple_server.WSGIServer, object): class HTTPServer(wsgiref.simple_server.WSGIServer, object):