1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-09-12 20:30:57 +00:00

Version 0.7

This commit is contained in:
Guillaume Ayoub 2012-03-20 18:36:34 +01:00
parent a9c74ae84d
commit d274044700
3 changed files with 6 additions and 6 deletions

View file

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