Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-08-23 21:06:44 +0400
committerGeorg Brandl <georg@python.org>2010-08-23 21:06:44 +0400
commit7f66b593004d828f54697c7e6f4d912114e5147b (patch)
tree728bb2ae311689368ab1d0bafbf3909c8ff7f154
parenta78e477bf7451ca4f049f5af83d30c50cf6d2e35 (diff)
Update for release.v1.0.31.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 76ba21904..d43d3d929 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 3b1f2adbf..ae9660896 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__))