浏览代码

Version bump

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``."""