소스 검색

Normalize the version number

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

+ 1 - 1
radicale/__init__.py

@@ -47,7 +47,7 @@ import vobject
 from . import auth, rights, storage, xmlutils
 
 
-VERSION = "2.0.0-pre"
+VERSION = "2.0.0rc0"
 
 # Standard "not allowed" response that is returned when an authenticated user
 # tries to access information they don't have rights to