1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-07-05 17:08:29 +00:00

Version bump

This commit is contained in:
Guillaume Ayoub 2011-09-27 07:56:49 +02:00
parent 30a0d464ba
commit d0ff1cc254

View file

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