Update for release.

This commit is contained in:
Georg Brandl 2010-08-23 17:06:44 +00:00
parent a78e477bf7
commit 7f66b59300
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
Release 1.0.3 (in development)
==============================
Release 1.0.3 (Aug 23, 2010)
============================
* #495: Fix internal vs. external link distinction for links coming
from a docutils table-of-contents.

View File

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