Post-release update.

This commit is contained in:
Georg Brandl 2010-08-23 17:13:23 +00:00
parent 342c3f0b74
commit 7c9f3537b1
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Release 1.0.4 (in development)
==============================
Release 1.0.3 (Aug 23, 2010)
============================

View File

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