mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Version 0.6
This commit is contained in:
parent
58cdbf7450
commit
35a2f51a2e
2 changed files with 3 additions and 3 deletions
4
NEWS
4
NEWS
|
@ -6,8 +6,8 @@
|
||||||
NEWS
|
NEWS
|
||||||
------
|
------
|
||||||
|
|
||||||
0.6 - *Not released yet*
|
0.6 - Sapling
|
||||||
========================
|
=============
|
||||||
|
|
||||||
* WSGI support
|
* WSGI support
|
||||||
* IPv6 support
|
* IPv6 support
|
||||||
|
|
|
@ -49,7 +49,7 @@ except ImportError:
|
||||||
from radicale import acl, config, ical, log, xmlutils
|
from radicale import acl, config, ical, log, xmlutils
|
||||||
|
|
||||||
|
|
||||||
VERSION = "git"
|
VERSION = "0.6"
|
||||||
|
|
||||||
|
|
||||||
class HTTPServer(wsgiref.simple_server.WSGIServer, object):
|
class HTTPServer(wsgiref.simple_server.WSGIServer, object):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue