diff options
author | Łukasz Langa <lukasz@langa.pl> | 2020-07-20 15:01:32 +0200 |
---|---|---|
committer | Łukasz Langa <lukasz@langa.pl> | 2020-07-20 15:01:32 +0200 |
commit | 580fbb018fd0844806119614d752b41fc69660f9 (patch) | |
tree | d8f575769341daf9cca39d1d356747a3af4da534 /Include/patchlevel.h | |
parent | f526d10267e8c0d20b3f5584eb7ca671f3a526df (diff) | |
download | cpython-git-3.8.5.tar.gz |
Python 3.8.5v3.8.5
Contains security fixes for CVE-2019-20907, CVE-2020-15801, and BPO-39603.
Diffstat (limited to 'Include/patchlevel.h')
-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 93bedc221e..25fc2d3a7a 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. |