diff options
| author | Georg Brandl <georg@python.org> | 2011-09-22 15:36:43 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2011-09-22 15:36:43 +0200 |
| commit | 0e0965209d6aed963db511218bb04be6e6fe45bb (patch) | |
| tree | b1a956b5feabe7e681818c0c405d3e30ecbc7e26 | |
| parent | 6e81a0622aec8a3717dc66b8743024ebb453b105 (diff) | |
| download | sphinx-git-0e0965209d6aed963db511218bb04be6e6fe45bb.tar.gz | |
Prepare for release 1.0.8.
| -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.8 (in development) -============================== +Release 1.0.8 (Sep 22, 2011) +============================ * #720: Add dummy visitors for graphviz nodes for text and man. diff --git a/sphinx/__init__.py b/sphinx/__init__.py index 4671a449d..0875c59c2 100644 --- a/sphinx/__init__.py +++ b/sphinx/__init__.py @@ -12,8 +12,8 @@ import sys from os import path -__version__ = '1.0.7+' -__released__ = '1.0.7' # used when Sphinx builds its own docs +__version__ = '1.0.8' +__released__ = '1.0.8' # used when Sphinx builds its own docs package_dir = path.abspath(path.dirname(__file__)) |
