Skip to content

Commit 5cf55d1

Browse files
committed
Bump to 4.3.2 final
1 parent 54613e0 commit 5cf55d1

File tree

2 files changed

+4
-19
lines changed

2 files changed

+4
-19
lines changed

CHANGES

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,12 @@
1-
Release 4.3.2 (in development)
2-
==============================
3-
4-
Dependencies
5-
------------
6-
7-
Incompatible changes
8-
--------------------
9-
10-
Deprecated
11-
----------
12-
13-
Features added
14-
--------------
1+
Release 4.3.2 (released Dec 19, 2021)
2+
=====================================
153

164
Bugs fixed
175
----------
186

197
* #9917: C and C++, parse fundamental types no matter the order of simple type
208
specifiers.
219

22-
Testing
23-
--------
24-
2510
Release 4.3.1 (released Nov 28, 2021)
2611
=====================================
2712

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

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

0 commit comments

Comments
 (0)