summaryrefslogtreecommitdiff
path: root/sphinx/__init__.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-03-02 08:41:38 +0100
committerGeorg Brandl <georg@python.org>2014-03-02 08:41:38 +0100
commitfbfc309a2ba4be54b4b498d3109bdf1804c27e1c (patch)
tree1c24bb824a19e151877829722578671138594dd5 /sphinx/__init__.py
parented8409c87ac0f22b55499a2ed1b41f94f3bbc2fe (diff)
downloadsphinx-fbfc309a2ba4be54b4b498d3109bdf1804c27e1c.tar.gz
Bump to 1.2.2.1.2.2
Diffstat (limited to 'sphinx/__init__.py')
-rw-r--r--sphinx/__init__.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/sphinx/__init__.py b/sphinx/__init__.py
index 8d097c0b..c954e8a4 100644
--- a/sphinx/__init__.py
+++ b/sphinx/__init__.py
@@ -15,12 +15,12 @@
import sys
from os import path
-__version__ = '1.2.1+'
-__released__ = '1.2.1' # used when Sphinx builds its own docs
+__version__ = '1.2.2'
+__released__ = '1.2.2' # used when Sphinx builds its own docs
# version info for better programmatic use
# possible values for 3rd element: 'alpha', 'beta', 'rc', 'final'
# 'final' has 0 as the last element
-version_info = (1, 2, 1, 'final', 0)
+version_info = (1, 2, 2, 'final', 0)
package_dir = path.abspath(path.dirname(__file__))