فهرست منبع

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):