Update for post-0.6.2.

This commit is contained in:
Georg Brandl 2009-06-16 23:50:02 +02:00
parent 09c38835e5
commit ed389f39d6
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
Release 0.6.3 (in development)
==============================
Release 0.6.2 (Jun 16, 2009)
============================

View File

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