Bump to 2.0.0 beta1

This commit is contained in:
Takeshi KOMIYA
2019-02-18 01:53:35 +09:00
parent d4ace4cd63
commit 60a1016aa4
3 changed files with 831 additions and 943 deletions

View File

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

View File

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

File diff suppressed because it is too large Load Diff