Prepare for 0.6.7 release.

This commit is contained in:
Georg Brandl 2010-06-05 18:42:11 +02:00
parent 7eb85e159a
commit 08285e6a50
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
Release 0.6.7 (in development) Release 0.6.7 (Jun 05, 2010)
============================== ============================
* #440: Remove usage of a Python >= 2.5 API in the ``literalinclude`` * #440: Remove usage of a Python >= 2.5 API in the ``literalinclude``
directive. directive.

View File

@ -12,8 +12,8 @@
import sys import sys
from os import path from os import path
__version__ = '0.6.6+' __version__ = '0.6.7'
__released__ = '0.6.6' # 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__))