Kaynağa Gözat

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

Guillaume Ayoub 14 yıl önce
ebeveyn
işleme
7180a0948a
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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):