diff options
author | Georg Brandl <georg@python.org> | 2012-03-10 21:53:30 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-03-10 21:53:30 +0100 |
commit | 88a9a263e1c6ac67b5f303a30c7cc8de3a807a70 (patch) | |
tree | 515664162d97fc4a37a7efe191169088882e92df | |
parent | 38d41bdfaa6899ff1bfc66e34c0cc8bbb1452a13 (diff) | |
download | sphinx-git-88a9a263e1c6ac67b5f303a30c7cc8de3a807a70.tar.gz |
Bump version post-release.
-rw-r--r-- | sphinx/__init__.py | 2 |
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__)) |