summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-08-23 17:06:44 +0000
committerGeorg Brandl <georg@python.org>2010-08-23 17:06:44 +0000
commitf6db929aa0701a0b4167e8bee963af5776f18b61 (patch)
tree728bb2ae311689368ab1d0bafbf3909c8ff7f154
parent86875a9ccb702809670efc93262cfd616778fc98 (diff)
downloadsphinx-f6db929aa0701a0b4167e8bee963af5776f18b61.tar.gz
Update for release.1.0.3
-rw-r--r--CHANGES4
-rw-r--r--sphinx/__init__.py4
2 files changed, 4 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index 76ba2190..d43d3d92 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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.
diff --git a/sphinx/__init__.py b/sphinx/__init__.py
index 3b1f2adb..ae966089 100644
--- a/sphinx/__init__.py
+++ b/sphinx/__init__.py
@@ -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__))