summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-11-01 15:24:26 +0100
committerGeorg Brandl <georg@python.org>2011-11-01 15:24:26 +0100
commit49045acd67918298baa00e6705106afa7a3ecf65 (patch)
tree42ef3e49100e9e8a416a150686511435ff55eb83
parentc1a5c4d9c7b1ffaa8560109b1747818066f84f9e (diff)
downloadsphinx-1.1.1.tar.gz
Prepare for release 1.1.1.1.1.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 c4157c34..2c10a97a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,5 @@
-Release 1.1.1 (in development)
-==============================
+Release 1.1.1 (Nov 1, 2011)
+===========================
* #791: Fix QtHelp, DevHelp and HtmlHelp index entry links.
diff --git a/sphinx/__init__.py b/sphinx/__init__.py
index f1ddb753..8a492228 100644
--- a/sphinx/__init__.py
+++ b/sphinx/__init__.py
@@ -15,8 +15,8 @@
import sys
from os import path
-__version__ = '1.1'
-__released__ = '1.1' # used when Sphinx builds its own docs
+__version__ = '1.1.1'
+__released__ = '1.1.1' # used when Sphinx builds its own docs
package_dir = path.abspath(path.dirname(__file__))