Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2017-04-29 17:46:19 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2017-04-29 17:46:19 +0300
commit0f25c18ce90dd1019db63fe29a6f4878aff702c9 (patch)
tree68faba5c3175590eaace887cd0db70b958c1f785
parent0960c7d8571e090827064f2229e404c5320dcb96 (diff)
Bump to 1.6b2v1.6b2
-rw-r--r--sphinx/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/__init__.py b/sphinx/__init__.py
index a071097da..62562c067 100644
--- a/sphinx/__init__.py
+++ b/sphinx/__init__.py
@@ -34,8 +34,8 @@ if 'PYTHONWARNINGS' not in os.environ:
warnings.filterwarnings('ignore', "'U' mode is deprecated",
DeprecationWarning, module='docutils.io')
-__version__ = '1.6+'
-__released__ = '1.6' # used when Sphinx builds its own docs
+__version__ = '1.6b2'
+__released__ = '1.6b2' # used when Sphinx builds its own docs
# version info for better programmatic use
# possible values for 3rd element: 'alpha', 'beta', 'rc', 'final'