ソースを参照

0.5 git version bump

Guillaume Ayoub 15 年 前
コミット
547c888c63
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.4"
+VERSION = "git"
 
 def _check(request, function):
     """Check if user has sufficient rights for performing ``request``."""