Prepare for release 0.6.4.

This commit is contained in:
Georg Brandl 2010-01-12 20:55:59 +00:00
parent c2379f7c21
commit 872062f93b
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
Release 0.6.4 (in development) Release 0.6.4 (Jan 12, 2010)
============================== ============================
* Improve the handling of non-Unicode strings in the configuration. * Improve the handling of non-Unicode strings in the configuration.

View File

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