diff options
| author | Georg Brandl <georg@python.org> | 2011-11-01 15:24:26 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2011-11-01 15:24:26 +0100 |
| commit | 313a428fa870d04529d77e0d470cb9a66662dd53 (patch) | |
| tree | 42ef3e49100e9e8a416a150686511435ff55eb83 | |
| parent | a88eb5f0ef3559039ac7ca13c87debb2200673bd (diff) | |
| download | sphinx-git-1.1.1.tar.gz | |
Prepare for release 1.1.1.v1.1.1
| -rw-r--r-- | CHANGES | 4 | ||||
| -rw-r--r-- | sphinx/__init__.py | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -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__)) |
