Browse Source

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

Guillaume Ayoub 14 năm trước cách đây
mục cha
commit
7180a0948a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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):