Bump to 4.0.0 beta1

This commit is contained in:
Takeshi KOMIYA
2021-04-12 00:29:49 +09:00
parent 04565936a9
commit 4a328f41a5
3 changed files with 1002 additions and 870 deletions

View File

@@ -1,5 +1,5 @@
Release 4.0.0 (in development)
==============================
Release 4.0.0 beta1 (released Apr 12, 2021)
===========================================
Dependencies
------------
@@ -133,9 +133,6 @@ Bugs fixed
(function) declarators, and in the argument to ``sizeof...``.
* C, fix linking of names in array declarators.
Testing
--------
Release 3.5.5 (in development)
==============================

View File

@@ -27,8 +27,8 @@ if 'PYTHONWARNINGS' not in os.environ:
warnings.filterwarnings('ignore', "'U' mode is deprecated",
DeprecationWarning, module='docutils.io')
__version__ = '4.0.0+'
__released__ = '4.0.0' # used when Sphinx builds its own docs
__version__ = '4.0.0b1'
__released__ = '4.0.0b1' # used when Sphinx builds its own docs
#: Version info for better programmatic use.
#:
@@ -38,7 +38,7 @@ __released__ = '4.0.0' # used when Sphinx builds its own docs
#:
#: .. versionadded:: 1.2
#: 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__))

File diff suppressed because it is too large Load Diff