Skip to content

Commit 1afa344

Browse files
committed
Bump to 7.4.2 final
1 parent 1c204e6 commit 1afa344

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGES.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Release 7.4.2 (in development)
2-
==============================
1+
Release 7.4.2 (released Jul 15, 2024)
2+
=====================================
33

44
Bugs fixed
55
----------

sphinx/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
#:
2828
#: .. versionadded:: 1.2
2929
#: Before version 1.2, check the string ``sphinx.__version__``.
30-
version_info = (7, 4, 2, 'beta', 0)
30+
version_info = (7, 4, 2, 'final', 0)
3131

3232
package_dir = os.path.abspath(os.path.dirname(__file__))
3333

34-
_in_development = True
34+
_in_development = False
3535
if _in_development:
3636
# Only import subprocess if needed
3737
import subprocess

0 commit comments

Comments
 (0)