Skip to content

Commit bdce720

Browse files
committed
Bump to 4.0.1 final
1 parent 8a84d16 commit bdce720

File tree

2 files changed

+4
-19
lines changed

2 files changed

+4
-19
lines changed

CHANGES

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
1-
Release 4.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 4.0.1 (released May 11, 2021)
2+
=====================================
153

164
Bugs fixed
175
----------
@@ -26,9 +14,6 @@ Bugs fixed
2614
cross-reference" warning
2715
* #9201: websupport: UndefinedError is raised: 'css_tag' is undefined
2816

29-
Testing
30-
--------
31-
3217
Release 4.0.0 (released May 09, 2021)
3318
=====================================
3419

sphinx/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
warnings.filterwarnings('ignore', "'U' mode is deprecated",
2828
DeprecationWarning, module='docutils.io')
2929

30-
__version__ = '4.0.1+'
30+
__version__ = '4.0.1'
3131
__released__ = '4.0.1' # used when Sphinx builds its own docs
3232

3333
#: Version info for better programmatic use.
@@ -38,7 +38,7 @@
3838
#:
3939
#: .. versionadded:: 1.2
4040
#: Before version 1.2, check the string ``sphinx.__version__``.
41-
version_info = (4, 0, 1, 'beta', 0)
41+
version_info = (4, 0, 1, 'final', 0)
4242

4343
package_dir = path.abspath(path.dirname(__file__))
4444

0 commit comments

Comments
 (0)