Преглед изворни кода

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):