summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2021-08-30 19:02:15 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2021-08-30 19:02:15 (GMT)
commit1016ef37904c7ddc16fb18d3369b2a78cf428fa4 (patch)
tree44d5c93eec3ae7e6c91b6696123283f3f0ca0046 /Include/patchlevel.h
parent9827710a400848c9430ed364ed5d2d54f0926701 (diff)
downloadcpython-1016ef37904c7ddc16fb18d3369b2a78cf428fa4.zip
cpython-1016ef37904c7ddc16fb18d3369b2a78cf428fa4.tar.gz
cpython-1016ef37904c7ddc16fb18d3369b2a78cf428fa4.tar.bz2
Python 3.9.7v3.9.7
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 999b7fa..af883f2 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 6
+#define PY_MICRO_VERSION 7
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.9.6+"
+#define PY_VERSION "3.9.7"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.