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
commit313a428fa870d04529d77e0d470cb9a66662dd53 (patch)
tree42ef3e49100e9e8a416a150686511435ff55eb83
parenta88eb5f0ef3559039ac7ca13c87debb2200673bd (diff)
downloadsphinx-git-1.1.1.tar.gz
Prepare for release 1.1.1.v1.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 c4157c340..2c10a97a5 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 f1ddb7535..8a492228b 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__))