Explorar o código

Set the version to "git", let's add some funky stuff into the 0.7 version!

Guillaume Ayoub %!s(int64=14) %!d(string=hai) anos
pai
achega
7180a0948a
Modificáronse 1 ficheiros con 1 adicións e 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, xmlutils
 
 
-VERSION = "0.6.1"
+VERSION = "git"
 
 
 class HTTPServer(wsgiref.simple_server.WSGIServer, object):