diff options
author | Georg Brandl <georg@python.org> | 2010-05-25 00:53:40 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-05-25 00:53:40 +0200 |
commit | 4a796be021bc0e93c5fb40b12251b2bf079fa0b0 (patch) | |
tree | 0acc5e5e793e5c96d3b9924752d5d67d50c65a09 | |
parent | d94b46ad9f6e7d1fe025d3a3e6e56261355982b7 (diff) | |
download | sphinx-git-0.6.6.tar.gz |
Prepare for 0.6.6 release.v0.6.6
-rw-r--r-- | CHANGES | 4 | ||||
-rw-r--r-- | sphinx/__init__.py | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,5 +1,5 @@ -Release 0.6.6 (in development) -============================== +Release 0.6.6 (May 25, 2010) +============================ * Handle raw nodes in the ``text`` writer. diff --git a/sphinx/__init__.py b/sphinx/__init__.py index 6bcdfb9b8..520974c15 100644 --- a/sphinx/__init__.py +++ b/sphinx/__init__.py @@ -12,8 +12,8 @@ import sys from os import path -__version__ = '0.6.5+' -__released__ = '0.6.5' # used when Sphinx builds its own docs +__version__ = '0.6.6' +__released__ = '0.6.6' # used when Sphinx builds its own docs package_dir = path.abspath(path.dirname(__file__)) |