summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2025-08-14 11:11:55 (GMT)
committerThomas Wouters <thomas@python.org>2025-08-14 11:12:11 (GMT)
commitbcee1c322115c581da27600f2ae55e5439c027eb (patch)
tree4f69e4f45d69cf93cf18d65d36eabd60e238b6c8 /Include/patchlevel.h
parentd22276dc7d907d868f59e7b65f9d1c1af80bdfbe (diff)
downloadcpython-3.13.7.zip
cpython-3.13.7.tar.gz
cpython-3.13.7.tar.bz2
Python 3.13.7v3.13.7
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r--Include/patchlevel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index e9cdebe..36b5ac2 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -18,12 +18,12 @@
/*--start constants--*/
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 13
-#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.13.6+"
+#define PY_VERSION "3.13.7"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.