瀏覽代碼

Preparing the tree for the future 0.5 version.

Guillaume Ayoub 15 年之前
父節點
當前提交
07f3c13b62
共有 2 個文件被更改,包括 5 次插入1 次删除
  1. 4 0
      NEWS
  2. 1 1
      radicale/__init__.py

+ 4 - 0
NEWS

@@ -6,6 +6,10 @@
  NEWS
 ------
 
+0.5 - **Not released yet**
+==========================
+
+
 0.3 - Dancing Flowers
 =====================
 

+ 1 - 1
radicale/__init__.py

@@ -49,7 +49,7 @@ except ImportError:
 from radicale import acl, config, ical, xmlutils
 
 
-VERSION = "0.3"
+VERSION = "git"
 
 def _check(request, function):
     """Check if user has sufficient rights for performing ``request``."""