summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2022-09-06 18:54:44 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2022-09-06 20:59:22 (GMT)
commitf43e7678a1443b2583fc9bfba091b8ca7e38f075 (patch)
tree91311bbfc7ac38408a1ecb00a166ec377fa29384 /Include
parentb5e331fdb38684808ffc540d53e8595bdc408b89 (diff)
downloadcpython-3.8.14.zip
cpython-3.8.14.tar.gz
cpython-3.8.14.tar.bz2
Python 3.8.14v3.8.14
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 e449905..b92a867 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -18,12 +18,12 @@
/*--start constants--*/
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 8
-#define PY_MICRO_VERSION 13
+#define PY_MICRO_VERSION 14
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.8.13+"
+#define PY_VERSION "3.8.14"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.