summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2025-08-06 13:05:02 (GMT)
committerThomas Wouters <thomas@python.org>2025-08-06 13:05:20 (GMT)
commit4e665351082c50018fb31d80db25b4693057393e (patch)
tree2454a2c3b5ee75c05d4b0423b05443a3faa4da94 /Include/patchlevel.h
parent5c5574bfeb2d21813d371b6b8456438bdb63d74b (diff)
downloadcpython-3.13.6.zip
cpython-3.13.6.tar.gz
cpython-3.13.6.tar.bz2
Python 3.13.6v3.13.6
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 a22398a..483d16f 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 5
+#define PY_MICRO_VERSION 6
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.13.5+"
+#define PY_VERSION "3.13.6"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.