Skip to content

Commit b692998

Browse files
committed
Bump version to 3.7.17.6
1 parent 4f68be6 commit b692998

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Doc/whatsnew/3.7.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2671,3 +2671,11 @@ pyexpat / libexpat
26712671
------------------
26722672

26732673
* Upgrade bundled libexpat to 2.6.3 to fix CVE-2024-28757, CVE-2024-45490, CVE-2024-45491 and CVE-2024-45492.
2674+
2675+
Notable changes in 3.7.17.6
2676+
=========================
2677+
2678+
pyexpat / libexpat
2679+
------------------
2680+
2681+
* Upgrade bundled libexpat to 2.6.4 to fix CVE-2024-50602.

Include/patchlevel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#define PY_RELEASE_SERIAL 0
2424

2525
/* Version as a string */
26-
#define PY_VERSION "3.7.17.5"
26+
#define PY_VERSION "3.7.17.6"
2727
/*--end constants--*/
2828

2929
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.

0 commit comments

Comments
 (0)