Explorar el Código

Update the version to "git"

Guillaume Ayoub hace 14 años
padre
commit
085c9f0aca
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      radicale/__init__.py

+ 1 - 1
radicale/__init__.py

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