Post-0.6.3 changes.

This commit is contained in:
Georg Brandl
2009-09-04 00:14:18 +02:00
parent 92b0243281
commit 0899e017a9
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -1,3 +1,7 @@
Release 0.6.4 (in development)
==============================
Release 0.6.3 (Sep 03, 2009)
============================
+1 -1
View File
@@ -12,7 +12,7 @@
import sys
from os import path
__version__ = '0.6.3'
__version__ = '0.6.3+'
__released__ = '0.6.3' # used when Sphinx builds its own docs
package_dir = path.abspath(path.dirname(__file__))