Bump to 1.8.0 beta1

This commit is contained in:
Takeshi KOMIYA 2018-08-21 01:17:15 +09:00
parent db8865a46d
commit 00e40cc32d
3 changed files with 2465 additions and 331 deletions

View File

@ -1,5 +1,5 @@
Release 1.8.0 (in development)
==============================
Release 1.8.0 beta1 (in development)
====================================
Dependencies
------------

View File

@ -37,8 +37,8 @@ if 'PYTHONWARNINGS' not in os.environ:
warnings.filterwarnings('ignore', "'U' mode is deprecated",
DeprecationWarning, module='docutils.io')
__version__ = '1.8.0+'
__released__ = '1.8.0' # used when Sphinx builds its own docs
__version__ = '1.8.0b1'
__released__ = '1.8.0b1' # 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', 0)
version_info = (1, 8, 0, 'beta', 1)
package_dir = path.abspath(path.dirname(__file__))

File diff suppressed because it is too large Load Diff