mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Bump to 5.0.2 final
This commit is contained in:
parent
ed69703113
commit
907d27dc65
16
CHANGES
16
CHANGES
@ -1,14 +1,5 @@
|
||||
Release 5.0.2 (in development)
|
||||
==============================
|
||||
|
||||
Dependencies
|
||||
------------
|
||||
|
||||
Incompatible changes
|
||||
--------------------
|
||||
|
||||
Deprecated
|
||||
----------
|
||||
Release 5.0.2 (released Jun 17, 2022)
|
||||
=====================================
|
||||
|
||||
Features added
|
||||
--------------
|
||||
@ -27,9 +18,6 @@ Bugs fixed
|
||||
Patch by Adam Turner.
|
||||
* #10534: Missing CSS for nav.contents in Docutils 0.18+. Patch by Adam Turner.
|
||||
|
||||
Testing
|
||||
--------
|
||||
|
||||
Release 5.0.1 (released Jun 03, 2022)
|
||||
=====================================
|
||||
|
||||
|
@ -21,7 +21,7 @@ warnings.filterwarnings('ignore', "'U' mode is deprecated",
|
||||
warnings.filterwarnings('ignore', 'The frontend.Option class .*',
|
||||
DeprecationWarning, module='docutils.frontend')
|
||||
|
||||
__version__ = '5.0.2+'
|
||||
__version__ = '5.0.2'
|
||||
__released__ = '5.0.2' # used when Sphinx builds its own docs
|
||||
|
||||
#: Version info for better programmatic use.
|
||||
@ -32,7 +32,7 @@ __released__ = '5.0.2' # used when Sphinx builds its own docs
|
||||
#:
|
||||
#: .. versionadded:: 1.2
|
||||
#: Before version 1.2, check the string ``sphinx.__version__``.
|
||||
version_info = (5, 0, 2, 'beta', 0)
|
||||
version_info = (5, 0, 2, 'final', 0)
|
||||
|
||||
package_dir = path.abspath(path.dirname(__file__))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user