瀏覽代碼

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