Skip to content

Commit 907d27d

Browse files
committed
Bump to 5.0.2 final
1 parent ed69703 commit 907d27d

File tree

2 files changed

+4
-16
lines changed

2 files changed

+4
-16
lines changed

CHANGES

+2-14
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
1-
Release 5.0.2 (in development)
2-
==============================
3-
4-
Dependencies
5-
------------
6-
7-
Incompatible changes
8-
--------------------
9-
10-
Deprecated
11-
----------
1+
Release 5.0.2 (released Jun 17, 2022)
2+
=====================================
123

134
Features added
145
--------------
@@ -27,9 +18,6 @@ Bugs fixed
2718
Patch by Adam Turner.
2819
* #10534: Missing CSS for nav.contents in Docutils 0.18+. Patch by Adam Turner.
2920

30-
Testing
31-
--------
32-
3321
Release 5.0.1 (released Jun 03, 2022)
3422
=====================================
3523

sphinx/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
warnings.filterwarnings('ignore', 'The frontend.Option class .*',
2222
DeprecationWarning, module='docutils.frontend')
2323

24-
__version__ = '5.0.2+'
24+
__version__ = '5.0.2'
2525
__released__ = '5.0.2' # used when Sphinx builds its own docs
2626

2727
#: Version info for better programmatic use.
@@ -32,7 +32,7 @@
3232
#:
3333
#: .. versionadded:: 1.2
3434
#: Before version 1.2, check the string ``sphinx.__version__``.
35-
version_info = (5, 0, 2, 'beta', 0)
35+
version_info = (5, 0, 2, 'final', 0)
3636

3737
package_dir = path.abspath(path.dirname(__file__))
3838

0 commit comments

Comments
 (0)