summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-05-25 00:53:40 +0200
committerGeorg Brandl <georg@python.org>2010-05-25 00:53:40 +0200
commita0cab8ebf6cada943a4cf6516dae8c7ae223155c (patch)
tree0acc5e5e793e5c96d3b9924752d5d67d50c65a09
parent630fbbfbce2d7321c2aebefa9edb944a263a68fc (diff)
downloadsphinx-a0cab8ebf6cada943a4cf6516dae8c7ae223155c.tar.gz
Prepare for 0.6.6 release.0.6.6
-rw-r--r--CHANGES4
-rw-r--r--sphinx/__init__.py4
2 files changed, 4 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index 8b689f4c..f18d1642 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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 6bcdfb9b..520974c1 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__))