summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-07-27 19:40:19 +0200
committerGeorg Brandl <georg@python.org>2010-07-27 19:40:19 +0200
commit7e247b5c17ce547dac079c5b05787c509d4d9b02 (patch)
tree851ff956eceb03a386d0a747a82cf60024fd3126
parentffc0c1242226dffbf4db192a5f8aac0723e228fb (diff)
downloadsphinx-1.0.1.tar.gz
Prepare 1.0.1 release.1.0.1
-rw-r--r--CHANGES4
-rw-r--r--sphinx/__init__.py4
2 files changed, 4 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index 1da07865..4d02c7a5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,5 @@
-Release 1.0.1 (in development)
-==============================
+Release 1.0.1 (Jul 27, 2010)
+============================
* #470: Fix generated target names for reST domain objects; they
are not in the same namespace.
diff --git a/sphinx/__init__.py b/sphinx/__init__.py
index 8c1ebed5..28941007 100644
--- a/sphinx/__init__.py
+++ b/sphinx/__init__.py
@@ -12,8 +12,8 @@
import sys
from os import path
-__version__ = '1.0+'
-__released__ = '1.0' # used when Sphinx builds its own docs
+__version__ = '1.0.1'
+__released__ = '1.0.1' # used when Sphinx builds its own docs
package_dir = path.abspath(path.dirname(__file__))