Skip to content

Commit ad3f23e

Browse files
committed
Bump to 4.3.1 final
1 parent a5d1c22 commit ad3f23e

File tree

2 files changed

+4
-16
lines changed

2 files changed

+4
-16
lines changed

CHANGES

+2-14
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
1-
Release 4.3.1 (in development)
2-
==============================
3-
4-
Dependencies
5-
------------
6-
7-
Incompatible changes
8-
--------------------
9-
10-
Deprecated
11-
----------
1+
Release 4.3.1 (released Nov 28, 2021)
2+
=====================================
123

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

34-
Testing
35-
--------
36-
3725
Release 4.3.0 (released Nov 11, 2021)
3826
=====================================
3927

sphinx/__init__.py

+2-2
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.3.1+'
30+
__version__ = '4.3.1'
3131
__released__ = '4.3.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, 3, 1, 'beta', 0)
41+
version_info = (4, 3, 1, 'final', 0)
4242

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

0 commit comments

Comments
 (0)