Prepare for 1.0.7.

This commit is contained in:
Georg Brandl 2011-01-04 23:52:30 +01:00
parent 45e8986666
commit 86658c8b8d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Release 1.0.7 (in development)
==============================
Release 1.0.6 (Jan 04, 2011) Release 1.0.6 (Jan 04, 2011)
============================ ============================

View File

@ -12,7 +12,7 @@
import sys import sys
from os import path from os import path
__version__ = '1.0.6' __version__ = '1.0.6+'
__released__ = '1.0.6' # used when Sphinx builds its own docs __released__ = '1.0.6' # used when Sphinx builds its own docs
package_dir = path.abspath(path.dirname(__file__)) package_dir = path.abspath(path.dirname(__file__))