瀏覽代碼

Set the version to "git", let's add some funky stuff into the 0.7 version!

Guillaume Ayoub 14 年之前
父節點
當前提交
7180a0948a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      radicale/__init__.py

+ 1 - 1
radicale/__init__.py

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