소스 검색

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