Prepare for release 1.0.8.

This commit is contained in:
Georg Brandl
2011-09-22 15:36:43 +02:00
parent 6e81a0622a
commit 0e0965209d
2 changed files with 4 additions and 4 deletions

View File

@@ -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.

View File

@@ -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__))