Quellcode durchsuchen

Preparing next version

Guillaume Ayoub vor 12 Jahren
Ursprung
Commit
b8848de15e
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      radicale/__init__.py

+ 1 - 1
radicale/__init__.py

@@ -49,7 +49,7 @@ except ImportError:
 from . import auth, config, ical, log, rights, storage, xmlutils
 
 
-VERSION = "0.8"
+VERSION = "git"
 
 # Standard "not allowed" response that is returned when an authenticated user
 # tries to access information they don't have rights to