Explorar el Código

Set the version to "git" for all git versions.

Guillaume Ayoub hace 15 años
padre
commit
90de4184bc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      radicale/__init__.py

+ 1 - 1
radicale/__init__.py

@@ -49,7 +49,7 @@ except ImportError:
 from radicale import acl, config, ical, xmlutils
 
 
-VERSION = "0.3-git"
+VERSION = "git"
 
 def _check(request, function):
     """Check if user has sufficient rights for performing ``request``."""