summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2024-09-06 19:03:56 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2024-09-06 19:03:56 (GMT)
commit8c3f7946ec848ec16cf28418c0f984ecaa029541 (patch)
treeb5320c0626beedaee11024f458d4054e29ff8465 /Include/patchlevel.h
parentee953f2b8fc12ee9b8209ab60a2f06c603e5a624 (diff)
downloadcpython-3.9.20.zip
cpython-3.9.20.tar.gz
cpython-3.9.20.tar.bz2
Python 3.9.20v3.9.20
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 5a5fadd..7ed78c7 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 19
+#define PY_MICRO_VERSION 20
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.9.19+"
+#define PY_VERSION "3.9.20"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.