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):