1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-01 18:18:31 +00:00

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