Explorar el Código

Version 0.3 bump.

Guillaume Ayoub hace 15 años
padre
commit
6f1da96d46
Se han modificado 2 ficheros con 3 adiciones y 3 borrados
  1. 2 2
      NEWS
  2. 1 1
      radicale/__init__.py

+ 2 - 2
NEWS

@@ -6,8 +6,8 @@
  NEWS
 ------
 
-0.3 - **Not released yet**
-==========================
+0.3 - Dancing Flowers
+=====================
 
 * Evolution support
 * Version management

+ 1 - 1
radicale/__init__.py

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