summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-03-10 21:42:25 +0100
committerGeorg Brandl <georg@python.org>2012-03-10 21:42:25 +0100
commit5bd456fa6c10b27a00ea6afbf80daa4ed6f3c107 (patch)
tree0d0cf1276795ee3074effd319cb17ced93009abd
parente0d965491227c950200cbb3c674823bf6290d34f (diff)
downloadsphinx-5bd456fa6c10b27a00ea6afbf80daa4ed6f3c107.tar.gz
Bump version to 1.1.3.
-rw-r--r--CHANGES4
-rw-r--r--sphinx/__init__.py4
2 files changed, 4 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index c344541a..12f939e4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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__))