diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-09-13 00:48:58 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-09-13 00:48:58 +0900 |
commit | 16533cff9a1e20fc10ec78eaf7c4796cd3552965 (patch) | |
tree | 37998b0758a3c7d43688d7bbbc881b0d6f4ea0e0 /sphinx/__init__.py | |
parent | 46a1f4ef383cd0ffe7fcbf8b406bf58c68e78168 (diff) | |
download | sphinx-git-16533cff9a1e20fc10ec78eaf7c4796cd3552965.tar.gz |
Bump to 1.8.0 finalv1.8.0
Diffstat (limited to 'sphinx/__init__.py')
-rw-r--r-- | sphinx/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/__init__.py b/sphinx/__init__.py index 9debdca07..a260333b6 100644 --- a/sphinx/__init__.py +++ b/sphinx/__init__.py @@ -37,7 +37,7 @@ if 'PYTHONWARNINGS' not in os.environ: warnings.filterwarnings('ignore', "'U' mode is deprecated", DeprecationWarning, module='docutils.io') -__version__ = '1.8.0+' +__version__ = '1.8.0' __released__ = '1.8.0' # used when Sphinx builds its own docs #: Version info for better programmatic use. @@ -48,7 +48,7 @@ __released__ = '1.8.0' # used when Sphinx builds its own docs #: #: .. versionadded:: 1.2 #: Before version 1.2, check the string ``sphinx.__version__``. -version_info = (1, 8, 0, 'beta', 2) +version_info = (1, 8, 0, 'final', 0) package_dir = path.abspath(path.dirname(__file__)) |