diff options
| author | Georg Brandl <georg@python.org> | 2011-01-04 23:43:29 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2011-01-04 23:43:29 +0100 |
| commit | 526a4a84bd9d485af2b595056c9c4e3737ef2078 (patch) | |
| tree | 152c39c1b1d0e1857901dddbbc6e3361919dae83 | |
| parent | d714e312146fddbd08a4761deae73ea7f2d3b8c0 (diff) | |
| download | sphinx-1.0.6.tar.gz | |
Version and release date update.1.0.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 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__)) |
