Skip to content

Commit a55816d

Browse files
committed
Bump to 4.0.2 final
1 parent c44140b commit a55816d

File tree

2 files changed

+4
-13
lines changed

2 files changed

+4
-13
lines changed

CHANGES

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Release 4.0.2 (in development)
2-
==============================
1+
Release 4.0.2 (released May 20, 2021)
2+
=====================================
33

44
Dependencies
55
------------
@@ -13,22 +13,13 @@ Incompatible changes
1313
* #9217: manpage: Stop creating a section directory on build manpage by default
1414
(see :confval:`man_make_section_directory`)
1515

16-
Deprecated
17-
----------
18-
19-
Features added
20-
--------------
21-
2216
Bugs fixed
2317
----------
2418

2519
* #9210: viewcode: crashed if non importable modules found on parallel build
2620
* #9240: Unknown node error for pending_xref_condition is raised if an extension
2721
that does not support the node installs a missing-reference handler
2822

29-
Testing
30-
--------
31-
3223
Release 4.0.1 (released May 11, 2021)
3324
=====================================
3425

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.2+'
30+
__version__ = '4.0.2'
3131
__released__ = '4.0.2' # 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, 2, 'beta', 0)
41+
version_info = (4, 0, 2, 'final', 0)
4242

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

0 commit comments

Comments
 (0)