Skip to content

Commit 1dc45fd

Browse files
committed
Bump to 7.4.1 final
1 parent 73dd9fc commit 1dc45fd

File tree

2 files changed

+4
-19
lines changed

2 files changed

+4
-19
lines changed

CHANGES.rst

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

164
Bugs fixed
175
----------
@@ -21,9 +9,6 @@ Bugs fixed
219
* #12579, #12581: Restore support for ``typing.ParamSpec`` in autodoc.
2210
Patch by Adam Turner.
2311

24-
Testing
25-
-------
26-
2712
Release 7.4.0 (released Jul 15, 2024)
2813
=====================================
2914

sphinx/__init__.py

Lines changed: 2 additions & 2 deletions
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, 1, 'beta', 0)
30+
version_info = (7, 4, 1, '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)