summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-03-10 21:53:30 +0100
committerGeorg Brandl <georg@python.org>2012-03-10 21:53:30 +0100
commit88a9a263e1c6ac67b5f303a30c7cc8de3a807a70 (patch)
tree515664162d97fc4a37a7efe191169088882e92df
parent38d41bdfaa6899ff1bfc66e34c0cc8bbb1452a13 (diff)
downloadsphinx-git-88a9a263e1c6ac67b5f303a30c7cc8de3a807a70.tar.gz
Bump version post-release.
-rw-r--r--sphinx/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/__init__.py b/sphinx/__init__.py
index e1a05e7f2..91b960e6c 100644
--- a/sphinx/__init__.py
+++ b/sphinx/__init__.py
@@ -15,7 +15,7 @@
import sys
from os import path
-__version__ = '1.1.3'
+__version__ = '1.1.3+'
__released__ = '1.1.3' # used when Sphinx builds its own docs
package_dir = path.abspath(path.dirname(__file__))