소스 검색

Version 0.8

Guillaume Ayoub 12 년 전
부모
커밋
2df8f92f87
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      radicale/__init__.py

+ 1 - 1
radicale/__init__.py

@@ -49,7 +49,7 @@ except ImportError:
 from . import auth, config, ical, log, rights, storage, xmlutils
 
 
-VERSION = "git"
+VERSION = "0.8"
 
 # Standard "not allowed" response that is returned when an authenticated user
 # tries to access information they don't have rights to