Prepare for release 1.1.1.

This commit is contained in:
Georg Brandl
2011-11-01 15:24:26 +01:00
parent a88eb5f0ef
commit 313a428fa8
2 changed files with 4 additions and 4 deletions

View File

@@ -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.

View File

@@ -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__))