Update version and release date.

This commit is contained in:
Georg Brandl 2010-03-01 23:12:59 +01:00
parent a83f9e7686
commit e9fe355ecd
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
Release 0.6.5 (in development)
==============================
Release 0.6.5 (Mar 01, 2010)
============================
* In autodoc, fix the omission of some module members explicitly
documented using documentation comments.

View File

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