Parcourir la source

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

Guillaume Ayoub il y a 15 ans
Parent
commit
90de4184bc
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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``."""