Skip to content

Commit

Permalink
Bump to 4.0.3 final
Browse files Browse the repository at this point in the history
  • Loading branch information
tk0miya committed Jul 5, 2021
1 parent 779d902 commit 007795d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
16 changes: 2 additions & 14 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
Release 4.0.3 (in development)
==============================

Dependencies
------------

Incompatible changes
--------------------

Deprecated
----------
Release 4.0.3 (released Jul 05, 2021)
=====================================

Features added
--------------
Expand All @@ -31,9 +22,6 @@ Bugs fixed
See also :confval:`c_extra_keywords`.
* #9322: KeyError is raised on PropagateDescDomain transform

Testing
--------

Release 4.0.2 (released May 20, 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.3+'
__version__ = '4.0.3'
__released__ = '4.0.3' # 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, 3, 'beta', 0)
version_info = (4, 0, 3, 'final', 0)

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

Expand Down

0 comments on commit 007795d

Please sign in to comment.