summaryrefslogtreecommitdiff
path: root/sphinx
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2018-01-31 22:35:20 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2018-01-31 22:35:29 +0900
commit7b0d658fe90b67cf68b77a26a449b4da583aef5a (patch)
tree122a61ca7b21dcc577847d677737da485015677a /sphinx
parente0daaf3975eb7222afff6257370ec1329951bd4b (diff)
downloadsphinx-git-1.7.0b2.tar.gz
Bump to 1.7.0 beta2v1.7.0b2
Diffstat (limited to 'sphinx')
-rw-r--r--sphinx/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/__init__.py b/sphinx/__init__.py
index 047f797a7..27760eefb 100644
--- a/sphinx/__init__.py
+++ b/sphinx/__init__.py
@@ -31,8 +31,8 @@ if 'PYTHONWARNINGS' not in os.environ:
warnings.filterwarnings('ignore', "'U' mode is deprecated",
DeprecationWarning, module='docutils.io')
-__version__ = '1.7.0+'
-__released__ = '1.7.0' # used when Sphinx builds its own docs
+__version__ = '1.7.0b2'
+__released__ = '1.7.0b2' # used when Sphinx builds its own docs
# version info for better programmatic use
# possible values for 3rd element: 'alpha', 'beta', 'rc', 'final'