diff options
author | Łukasz Langa <lukasz@langa.pl> | 2020-07-20 13:01:32 (GMT) |
---|---|---|
committer | Łukasz Langa <lukasz@langa.pl> | 2020-07-20 13:01:32 (GMT) |
commit | 580fbb018fd0844806119614d752b41fc69660f9 (patch) | |
tree | d8f575769341daf9cca39d1d356747a3af4da534 /Include | |
parent | f526d10267e8c0d20b3f5584eb7ca671f3a526df (diff) | |
download | cpython-580fbb018fd0844806119614d752b41fc69660f9.zip cpython-580fbb018fd0844806119614d752b41fc69660f9.tar.gz cpython-580fbb018fd0844806119614d752b41fc69660f9.tar.bz2 |
Python 3.8.5v3.8.5
Contains security fixes for CVE-2019-20907, CVE-2020-15801, and BPO-39603.
Diffstat (limited to 'Include')
-rw-r--r-- | Include/patchlevel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 93bedc2..25fc2d3 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 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.8.4+" +#define PY_VERSION "3.8.5" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |