mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Bump to 7.0.0 final
This commit is contained in:
parent
ff79edf353
commit
d568b2f4f7
19
CHANGES
19
CHANGES
@ -1,8 +1,5 @@
|
||||
Release 7.0.0 (in development)
|
||||
==============================
|
||||
|
||||
Dependencies
|
||||
------------
|
||||
Release 7.0.0 (released Apr 29, 2023)
|
||||
=====================================
|
||||
|
||||
Incompatible changes
|
||||
--------------------
|
||||
@ -32,18 +29,6 @@ Incompatible changes
|
||||
``sphinx.builders.html.HTMLTranslator`` attributes.
|
||||
* #11385: Remove support for HTML 4 output.
|
||||
|
||||
Deprecated
|
||||
----------
|
||||
|
||||
Features added
|
||||
--------------
|
||||
|
||||
Bugs fixed
|
||||
----------
|
||||
|
||||
Testing
|
||||
--------
|
||||
|
||||
Release 6.2.1 (released Apr 25, 2023)
|
||||
=====================================
|
||||
|
||||
|
@ -19,7 +19,7 @@ warnings.filterwarnings('ignore', "'U' mode is deprecated",
|
||||
warnings.filterwarnings('ignore', 'The frontend.Option class .*',
|
||||
DeprecationWarning, module='docutils.frontend')
|
||||
|
||||
__version__ = '7.0.0rc1'
|
||||
__version__ = '7.0.0'
|
||||
__display_version__ = __version__ # used for command line version
|
||||
|
||||
#: Version info for better programmatic use.
|
||||
@ -30,7 +30,7 @@ __display_version__ = __version__ # used for command line version
|
||||
#:
|
||||
#: .. versionadded:: 1.2
|
||||
#: Before version 1.2, check the string ``sphinx.__version__``.
|
||||
version_info = (7, 0, 0, 'rc', 1)
|
||||
version_info = (7, 0, 0, 'final', 0)
|
||||
|
||||
package_dir = path.abspath(path.dirname(__file__))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user