Guillaume Ayoub 15 роки тому
батько
коміт
4b737667e3
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, xmlutils
 
 
-VERSION = "0.5"
+VERSION = "git"
 
 def _check(request, function):
     """Check if user has sufficient rights for performing ``request``."""