Version 0.7.1

This commit is contained in:
Guillaume Ayoub
2012-08-03 14:37:02 +02:00
parent 7ae764fd4b
commit 0cf9b92ce7
2 changed files with 13 additions and 1 deletions

View File

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