Update for 0.7dev.

This commit is contained in:
Georg Brandl 2009-03-24 21:54:05 +01:00
parent fbdb5007cc
commit 371ccb34fa
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
Release 0.7 (in development)
============================
Release 0.6 (Mar 24, 2009)
==========================

View File

@ -13,8 +13,8 @@ import sys
from os import path
__revision__ = '$Revision$'
__version__ = '0.6'
__released__ = '0.6'
__version__ = '0.7'
__released__ = '0.7 (hg)'
package_dir = path.abspath(path.dirname(__file__))