Procházet zdrojové kódy

Let's try to release 0.9 beta 1

Guillaume Ayoub před 12 roky
rodič
revize
3bd5b8f0fc
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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 = "git"
+VERSION = "0.9b1"
 
 # Standard "not allowed" response that is returned when an authenticated user
 # tries to access information they don't have rights to