1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-09-15 20:36:55 +00:00

Version 0.6.4

This commit is contained in:
Guillaume Ayoub 2012-01-05 12:21:01 +01:00
parent 5da077a5cb
commit f656af2f45

View file

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