summaryrefslogtreecommitdiff
path: root/sphinx
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2019-03-29 00:19:17 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2019-03-29 00:19:17 +0900
commit3711c47985b8a8cbbdaf4a2674fb33e88ada97a3 (patch)
treedc882c22ff24575954531c720554f8a6bc316f25 /sphinx
parente02af7f9600e967660ff1ab6b0a721f159703dea (diff)
downloadsphinx-git-2.0.0.tar.gz
Bump to 2.0.0 finalv2.0.0
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 cab6a6a0d..9d07412d2 100644
--- a/sphinx/__init__.py
+++ b/sphinx/__init__.py
@@ -32,7 +32,7 @@ if 'PYTHONWARNINGS' not in os.environ:
warnings.filterwarnings('ignore', "'U' mode is deprecated",
DeprecationWarning, module='docutils.io')
-__version__ = '2.0.0+'
+__version__ = '2.0.0'
__released__ = '2.0.0' # used when Sphinx builds its own docs
#: Version info for better programmatic use.
@@ -43,7 +43,7 @@ __released__ = '2.0.0' # used when Sphinx builds its own docs
#:
#: .. versionadded:: 1.2
#: Before version 1.2, check the string ``sphinx.__version__``.
-version_info = (2, 0, 0, 'beta', 3)
+version_info = (2, 0, 0, 'final', 0)
package_dir = path.abspath(path.dirname(__file__))