Update version info for next development.

This commit is contained in:
Georg Brandl 2010-03-01 23:28:25 +01:00
parent 616fbc4ca9
commit 02d6640df3
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Release 0.6.6 (in development)
==============================
Release 0.6.5 (Mar 01, 2010)
============================

View File

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