Skip to content

Commit 21db4b1

Browse files
committed
Bump to 4.2.0 final
1 parent 2390ce6 commit 21db4b1

File tree

2 files changed

+4
-16
lines changed

2 files changed

+4
-16
lines changed

CHANGES

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
1-
Release 4.2.0 (in development)
2-
==============================
3-
4-
Dependencies
5-
------------
6-
7-
Incompatible changes
8-
--------------------
9-
10-
Deprecated
11-
----------
1+
Release 4.2.0 (released Sep 12, 2021)
2+
=====================================
123

134
Features added
145
--------------
@@ -59,9 +50,6 @@ Bugs fixed
5950
language-highlighted ``:code:`` role.
6051
* #9512: sphinx-build: crashed with the HEAD of Python 3.10
6152

62-
Testing
63-
--------
64-
6553
Release 4.1.2 (released Jul 27, 2021)
6654
=====================================
6755

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.2.0+'
30+
__version__ = '4.2.0'
3131
__released__ = '4.2.0' # 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, 2, 0, 'beta', 0)
41+
version_info = (4, 2, 0, 'final', 0)
4242

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

0 commit comments

Comments
 (0)