summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-01-04 23:43:29 +0100
committerGeorg Brandl <georg@python.org>2011-01-04 23:43:29 +0100
commit526a4a84bd9d485af2b595056c9c4e3737ef2078 (patch)
tree152c39c1b1d0e1857901dddbbc6e3361919dae83
parentd714e312146fddbd08a4761deae73ea7f2d3b8c0 (diff)
downloadsphinx-1.0.6.tar.gz
Version and release date update.1.0.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 b89665b3..7aae8ab0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,5 @@
-Release 1.0.6 (in development)
-==============================
+Release 1.0.6 (Jan 04, 2011)
+============================
* #581: Fix traceback in Python domain for empty cross-reference
targets.
diff --git a/sphinx/__init__.py b/sphinx/__init__.py
index 9773123f..e292353d 100644
--- a/sphinx/__init__.py
+++ b/sphinx/__init__.py
@@ -12,8 +12,8 @@
import sys
from os import path
-__version__ = '1.0.5+'
-__released__ = '1.0.5' # used when Sphinx builds its own docs
+__version__ = '1.0.6'
+__released__ = '1.0.6' # used when Sphinx builds its own docs
package_dir = path.abspath(path.dirname(__file__))