summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2025-02-04 14:49:28 (GMT)
committerThomas Wouters <thomas@python.org>2025-02-04 14:51:09 (GMT)
commit4f8bb3947cfbc20f970ff9d9531e1132a9e95396 (patch)
treec19a6817909fcdafd617c99b18b00adbae616d71 /Include
parent4cf3e80eeeb4763bae4ab5fb1b91c146c3da0876 (diff)
downloadcpython-3.13.2.zip
cpython-3.13.2.tar.gz
cpython-3.13.2.tar.bz2
Python 3.13.2v3.13.2
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 59476c1..cf92489 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 1
+#define PY_MICRO_VERSION 2
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.13.1+"
+#define PY_VERSION "3.13.2"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.