Skip to content

Commit

Permalink
Update the NEWS for 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
liZe committed Jan 5, 2012
1 parent 7773acb commit f24c3b8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
======


0.6.4 - Tulips
==============

* Fix the installation with Python 3.1


0.6.3 - Red Roses
=================

Expand Down
2 changes: 1 addition & 1 deletion radicale/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
from radicale import acl, config, ical, log, xmlutils


VERSION = "0.6.x"
VERSION = "0.6.4"


class HTTPServer(wsgiref.simple_server.WSGIServer, object):
Expand Down

0 comments on commit f24c3b8

Please sign in to comment.