Skip to content

Commit 8fe2799

Browse files
committed
Bump to 5.0.1 final
1 parent ab58bba commit 8fe2799

File tree

2 files changed

+4
-19
lines changed

2 files changed

+4
-19
lines changed

CHANGES

+2-17
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
1-
Release 5.0.1 (in development)
2-
==============================
3-
4-
Dependencies
5-
------------
6-
7-
Incompatible changes
8-
--------------------
9-
10-
Deprecated
11-
----------
12-
13-
Features added
14-
--------------
1+
Release 5.0.1 (released Jun 03, 2022)
2+
=====================================
153

164
Bugs fixed
175
----------
@@ -22,9 +10,6 @@ Bugs fixed
2210
docutils-0.18
2311
* #10495: IndexError is raised for a :rst:role:`kbd` role having a separator
2412

25-
Testing
26-
--------
27-
2813
Release 5.0.0 (released May 30, 2022)
2914
=====================================
3015

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.1+'
24+
__version__ = '5.0.1'
2525
__released__ = '5.0.1' # 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, 1, 'beta', 0)
35+
version_info = (5, 0, 1, 'final', 0)
3636

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

0 commit comments

Comments
 (0)