Guillaume Ayoub 14 vuotta sitten
vanhempi
sitoutus
35a2f51a2e
2 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 2 2
      NEWS
  2. 1 1
      radicale/__init__.py

+ 2 - 2
NEWS

@@ -6,8 +6,8 @@
  NEWS
 ------
 
-0.6 - *Not released yet*
-========================
+0.6 - Sapling
+=============
 
 * WSGI support
 * IPv6 support

+ 1 - 1
radicale/__init__.py

@@ -49,7 +49,7 @@ except ImportError:
 from radicale import acl, config, ical, log, xmlutils
 
 
-VERSION = "git"
+VERSION = "0.6"
 
 
 class HTTPServer(wsgiref.simple_server.WSGIServer, object):