Prepare for 0.6.6 release.

This commit is contained in:
Georg Brandl 2010-05-25 00:53:40 +02:00
parent d94b46ad9f
commit 4a796be021
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
Release 0.6.6 (in development) Release 0.6.6 (May 25, 2010)
============================== ============================
* Handle raw nodes in the ``text`` writer. * Handle raw nodes in the ``text`` writer.

View File

@ -12,8 +12,8 @@
import sys import sys
from os import path from os import path
__version__ = '0.6.5+' __version__ = '0.6.6'
__released__ = '0.6.5' # used when Sphinx builds its own docs __released__ = '0.6.6' # used when Sphinx builds its own docs
package_dir = path.abspath(path.dirname(__file__)) package_dir = path.abspath(path.dirname(__file__))