浏览代码

Version 0.6

Guillaume Ayoub 14 年之前
父节点
当前提交
35a2f51a2e
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 2 2
      NEWS
  2. 1 1
      radicale/__init__.py

+ 2 - 2
NEWS

@@ -6,8 +6,8 @@
  NEWS
 ------
 
-0.6 - *Not released yet*
-========================
+0.6 - Sapling
+=============
 
 * WSGI support
 * IPv6 support

+ 1 - 1
radicale/__init__.py

@@ -49,7 +49,7 @@ except ImportError:
 from radicale import acl, config, ical, log, xmlutils
 
 
-VERSION = "git"
+VERSION = "0.6"
 
 
 class HTTPServer(wsgiref.simple_server.WSGIServer, object):