Jelajahi Sumber

Update the version to "git"

Guillaume Ayoub 14 tahun lalu
induk
melakukan
085c9f0aca
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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):