summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2025-06-11 15:36:41 (GMT)
committerThomas Wouters <thomas@python.org>2025-06-11 15:36:57 (GMT)
commit6cb20a219a860eaf687b2d968b41c480c7461909 (patch)
tree6d6f0ab0af53b3f3aa1a69bb92d30e574f57294e /Include/patchlevel.h
parentd24d925ab7d4a137d6cd5749ffd43ec634d5c074 (diff)
downloadcpython-3.13.5.zip
cpython-3.13.5.tar.gz
cpython-3.13.5.tar.bz2
Python 3.13.5v3.13.5
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 be39694..7447c0b 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 4
+#define PY_MICRO_VERSION 5
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.13.4+"
+#define PY_VERSION "3.13.5"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.