1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-07-02 16:58:30 +00:00

Version 0.6

This commit is contained in:
Guillaume Ayoub 2011-07-31 23:20:08 +02:00
parent 58cdbf7450
commit 35a2f51a2e
2 changed files with 3 additions and 3 deletions

View file

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