Преглед изворни кода

Update the version to "git"

Guillaume Ayoub пре 14 година
родитељ
комит
085c9f0aca
1 измењених фајлова са 1 додато и 1 уклоњено
  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):