Preparing next version

This commit is contained in:
Guillaume Ayoub 2011-07-31 23:20:56 +02:00
parent 35a2f51a2e
commit 6e454afe1b
1 changed files with 1 additions and 1 deletions

View File

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