Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-06-05 20:42:11 +0400
committerGeorg Brandl <georg@python.org>2010-06-05 20:42:11 +0400
commit08285e6a50e4138b516100c3d1079ff11ce07969 (patch)
tree688a8c7fe6711fc3f64d7c3e851a139502a79157
parent7eb85e159a23526b823a636ccc956d61be1fba16 (diff)
Prepare for 0.6.7 release.v0.6.70.6.70.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 16a1f0f1e..8f1ce0d82 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,5 @@
-Release 0.6.7 (in development)
-==============================
+Release 0.6.7 (Jun 05, 2010)
+============================
* #440: Remove usage of a Python >= 2.5 API in the ``literalinclude``
directive.
diff --git a/sphinx/__init__.py b/sphinx/__init__.py
index ccdfaf3b4..724098798 100644
--- a/sphinx/__init__.py
+++ b/sphinx/__init__.py
@@ -12,8 +12,8 @@
import sys
from os import path
-__version__ = '0.6.6+'
-__released__ = '0.6.6' # used when Sphinx builds its own docs
+__version__ = '0.6.7'
+__released__ = '0.6.7' # used when Sphinx builds its own docs
package_dir = path.abspath(path.dirname(__file__))