mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Bump to 4.0.0 beta1
This commit is contained in:
7
CHANGES
7
CHANGES
@@ -1,5 +1,5 @@
|
|||||||
Release 4.0.0 (in development)
|
Release 4.0.0 beta1 (released Apr 12, 2021)
|
||||||
==============================
|
===========================================
|
||||||
|
|
||||||
Dependencies
|
Dependencies
|
||||||
------------
|
------------
|
||||||
@@ -133,9 +133,6 @@ Bugs fixed
|
|||||||
(function) declarators, and in the argument to ``sizeof...``.
|
(function) declarators, and in the argument to ``sizeof...``.
|
||||||
* C, fix linking of names in array declarators.
|
* C, fix linking of names in array declarators.
|
||||||
|
|
||||||
Testing
|
|
||||||
--------
|
|
||||||
|
|
||||||
Release 3.5.5 (in development)
|
Release 3.5.5 (in development)
|
||||||
==============================
|
==============================
|
||||||
|
|
||||||
|
|||||||
@@ -27,8 +27,8 @@ if 'PYTHONWARNINGS' not in os.environ:
|
|||||||
warnings.filterwarnings('ignore', "'U' mode is deprecated",
|
warnings.filterwarnings('ignore', "'U' mode is deprecated",
|
||||||
DeprecationWarning, module='docutils.io')
|
DeprecationWarning, module='docutils.io')
|
||||||
|
|
||||||
__version__ = '4.0.0+'
|
__version__ = '4.0.0b1'
|
||||||
__released__ = '4.0.0' # used when Sphinx builds its own docs
|
__released__ = '4.0.0b1' # used when Sphinx builds its own docs
|
||||||
|
|
||||||
#: Version info for better programmatic use.
|
#: Version info for better programmatic use.
|
||||||
#:
|
#:
|
||||||
@@ -38,7 +38,7 @@ __released__ = '4.0.0' # used when Sphinx builds its own docs
|
|||||||
#:
|
#:
|
||||||
#: .. versionadded:: 1.2
|
#: .. versionadded:: 1.2
|
||||||
#: Before version 1.2, check the string ``sphinx.__version__``.
|
#: Before version 1.2, check the string ``sphinx.__version__``.
|
||||||
version_info = (4, 0, 0, 'beta', 0)
|
version_info = (4, 0, 0, 'beta', 1)
|
||||||
|
|
||||||
package_dir = path.abspath(path.dirname(__file__))
|
package_dir = path.abspath(path.dirname(__file__))
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user