summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2021-05-03 14:54:42 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2021-05-03 14:54:42 (GMT)
commit0a7dcbdb13f1f2ab6e76e1cff47e80fb263f5da0 (patch)
treeac8187d8e6b74989d13ceb419864656f2b800a2d /Include/patchlevel.h
parentbb2f3ff7a8f0c3565ccc1946dba7e09a3f7dc209 (diff)
downloadcpython-3.9.5.zip
cpython-3.9.5.tar.gz
cpython-3.9.5.tar.bz2
Python 3.9.5v3.9.5
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 06ab0e7..32ce116 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 4
+#define PY_MICRO_VERSION 5
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.9.4+"
+#define PY_VERSION "3.9.5"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.