summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2021-06-28 08:26:18 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2021-06-28 08:26:18 (GMT)
commitdb3ff76da19004f266b62e98a81bdfd322861436 (patch)
treeb234d3aa0aa0e93077edad64c00a7497b77e7286 /Include/patchlevel.h
parent17b916737bd05a11ec24341990c4d8dbfee8f94b (diff)
downloadcpython-3.9.6.zip
cpython-3.9.6.tar.gz
cpython-3.9.6.tar.bz2
Python 3.9.6v3.9.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 40b75a6..19e2aae 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 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.9.5+"
+#define PY_VERSION "3.9.6"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.