summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2024-10-01 02:01:22 (GMT)
committerThomas Wouters <thomas@python.org>2024-10-01 02:05:46 (GMT)
commit0b05ead877f909b7efe712db758012d9dbece7ce (patch)
treec572705d83b94fe0c9c3080bc3fab4ac2c2ee32f /Include
parent3b5bc8d22898cb079d8e6b922ff0e1d17a088e83 (diff)
downloadcpython-3.12.7.zip
cpython-3.12.7.tar.gz
cpython-3.12.7.tar.bz2
Python 3.12.7v3.12.7
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index e2a0d8d..4f0c8fb 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -18,12 +18,12 @@
/*--start constants--*/
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 12
-#define PY_MICRO_VERSION 6
+#define PY_MICRO_VERSION 7
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.12.6+"
+#define PY_VERSION "3.12.7"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.