summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-01-12 20:55:59 +0000
committerGeorg Brandl <georg@python.org>2010-01-12 20:55:59 +0000
commit766cf864792390dbe387212dbbb9a79cdce9447e (patch)
tree33c7631c526312d49981c5ad8b9ba7a5f74b1e46
parent05e07778c01f8c2c941823dc85bc4b61001dc341 (diff)
downloadsphinx-766cf864792390dbe387212dbbb9a79cdce9447e.tar.gz
Prepare for release 0.6.4.0.6.4
-rw-r--r--CHANGES4
-rw-r--r--sphinx/__init__.py4
2 files changed, 4 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index 6bb149fe..5e8d41ea 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,5 @@
-Release 0.6.4 (in development)
-==============================
+Release 0.6.4 (Jan 12, 2010)
+============================
* Improve the handling of non-Unicode strings in the configuration.
diff --git a/sphinx/__init__.py b/sphinx/__init__.py
index bbf83e58..6a55c9b8 100644
--- a/sphinx/__init__.py
+++ b/sphinx/__init__.py
@@ -12,8 +12,8 @@
import sys
from os import path
-__version__ = '0.6.3+'
-__released__ = '0.6.3' # used when Sphinx builds its own docs
+__version__ = '0.6.4'
+__released__ = '0.6.4' # used when Sphinx builds its own docs
package_dir = path.abspath(path.dirname(__file__))