summaryrefslogtreecommitdiff
path: root/sphinx
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2018-02-23 23:39:34 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2018-02-23 23:39:34 +0900
commitd4b6839295a9c45ec6d3622ddc6e6ede5c906fe6 (patch)
tree7b733a7992ed700d642e0e9cfae9c397257e0c79 /sphinx
parente9520fe7c364396f498290fe40c041a3ae2cd0e9 (diff)
downloadsphinx-git-1.7.1.tar.gz
Bump to 1.7.1 finalv1.7.1
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 5acaaa2ca..fcc17430d 100644
--- a/sphinx/__init__.py
+++ b/sphinx/__init__.py
@@ -31,13 +31,13 @@ if 'PYTHONWARNINGS' not in os.environ:
warnings.filterwarnings('ignore', "'U' mode is deprecated",
DeprecationWarning, module='docutils.io')
-__version__ = '1.7.1+'
+__version__ = '1.7.1'
__released__ = '1.7.1' # 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, 7, 1, 'beta', 0)
+version_info = (1, 7, 1, 'final', 0)
package_dir = path.abspath(path.dirname(__file__))