diff options
| author | Georg Brandl <georg@python.org> | 2012-03-10 21:42:25 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2012-03-10 21:42:25 +0100 |
| commit | 5bd456fa6c10b27a00ea6afbf80daa4ed6f3c107 (patch) | |
| tree | 0d0cf1276795ee3074effd319cb17ced93009abd | |
| parent | e0d965491227c950200cbb3c674823bf6290d34f (diff) | |
| download | sphinx-5bd456fa6c10b27a00ea6afbf80daa4ed6f3c107.tar.gz | |
Bump version to 1.1.3.
| -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.3 (in development) -============================== +Release 1.1.3 (Mar 10, 2012) +============================ * PR#40: Fix ``safe_repr`` function to decode bytestrings with non-ASCII characters correctly. diff --git a/sphinx/__init__.py b/sphinx/__init__.py index 8729b895..e1a05e7f 100644 --- a/sphinx/__init__.py +++ b/sphinx/__init__.py @@ -15,8 +15,8 @@ import sys from os import path -__version__ = '1.1.2+' -__released__ = '1.1.2' # used when Sphinx builds its own docs +__version__ = '1.1.3' +__released__ = '1.1.3' # used when Sphinx builds its own docs package_dir = path.abspath(path.dirname(__file__)) |
