Post-release updates.

This commit is contained in:
Georg Brandl 2010-06-05 18:48:25 +02:00
parent d27fdb1c71
commit 732857577e

View File

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