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-07-27 21:40:19 +0400
committerGeorg Brandl <georg@python.org>2010-07-27 21:40:19 +0400
commit6262c275a750d36402ba430f3f01ffaca18b3098 (patch)
tree851ff956eceb03a386d0a747a82cf60024fd3126
parent5a28ae4686116a7814909d825aabb5512c407358 (diff)
Prepare 1.0.1 release.v1.0.11.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 1da078655..4d02c7a52 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 8c1ebed56..289410075 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__))