summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2024-12-03 17:50:13 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2024-12-03 17:50:13 (GMT)
commitf3994ade31a563d49806cf6a681d1b1115fccaa3 (patch)
treed65d6d6ce650dc8b7fe4c382bdbb2534b8c2a390 /Include
parenta897b4a46edb737167b68d27654640881f6c69fb (diff)
downloadcpython-3.9.21.zip
cpython-3.9.21.tar.gz
cpython-3.9.21.tar.bz2
Python 3.9.21v3.9.21
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 ed73af9..3fe9d1b 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -18,12 +18,12 @@
/*--start constants--*/
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 9
-#define PY_MICRO_VERSION 20
+#define PY_MICRO_VERSION 21
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.9.20+"
+#define PY_VERSION "3.9.21"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.