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

Prepare the next 0.6.x version

This commit is contained in:
Guillaume Ayoub 2011-11-04 01:29:06 +01:00
parent 2f7eda2241
commit 7bdfbfb6d6

View file

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