summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-09-22 15:36:43 +0200
committerGeorg Brandl <georg@python.org>2011-09-22 15:36:43 +0200
commit0e0965209d6aed963db511218bb04be6e6fe45bb (patch)
treeb1a956b5feabe7e681818c0c405d3e30ecbc7e26
parent6e81a0622aec8a3717dc66b8743024ebb453b105 (diff)
downloadsphinx-git-0e0965209d6aed963db511218bb04be6e6fe45bb.tar.gz
Prepare for release 1.0.8.
-rw-r--r--CHANGES4
-rw-r--r--sphinx/__init__.py4
2 files changed, 4 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index e8a281aad..652a84e92 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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__))