Skip to content

Commit

Permalink
Bump to 4.3.1 final
Browse files Browse the repository at this point in the history
  • Loading branch information
tk0miya committed Nov 27, 2021
1 parent a5d1c22 commit ad3f23e
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.3.1 (in development)
==============================

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

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

Deprecated
----------
Release 4.3.1 (released Nov 28, 2021)
=====================================

Features added
--------------
Expand All @@ -31,9 +22,6 @@ Bugs fixed
* #9864: mathjax: Failed to render equations via MathJax v2. The loading method
of MathJax is back to "async" method again

Testing
--------

Release 4.3.0 (released Nov 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.3.1+'
__version__ = '4.3.1'
__released__ = '4.3.1' # 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, 3, 1, 'beta', 0)
version_info = (4, 3, 1, 'final', 0)

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

Expand Down

0 comments on commit ad3f23e

Please sign in to comment.