Skip to content

Commit

Permalink
Bump to 4.0.2 final
Browse files Browse the repository at this point in the history
  • Loading branch information
tk0miya committed May 20, 2021
1 parent c44140b commit a55816d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
13 changes: 2 additions & 11 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Release 4.0.2 (in development)
==============================
Release 4.0.2 (released May 20, 2021)
=====================================

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

Deprecated
----------

Features added
--------------

Bugs fixed
----------

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

Testing
--------

Release 4.0.1 (released May 11, 2021)
=====================================

Expand Down
4 changes: 2 additions & 2 deletions sphinx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
warnings.filterwarnings('ignore', "'U' mode is deprecated",
DeprecationWarning, module='docutils.io')

__version__ = '4.0.2+'
__version__ = '4.0.2'
__released__ = '4.0.2' # used when Sphinx builds its own docs

#: Version info for better programmatic use.
Expand All @@ -38,7 +38,7 @@
#:
#: .. versionadded:: 1.2
#: Before version 1.2, check the string ``sphinx.__version__``.
version_info = (4, 0, 2, 'beta', 0)
version_info = (4, 0, 2, 'final', 0)

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

Expand Down

0 comments on commit a55816d

Please sign in to comment.