diff options
author | Łukasz Langa <lukasz@langa.pl> | 2020-04-27 20:44:04 (GMT) |
---|---|---|
committer | Łukasz Langa <lukasz@langa.pl> | 2020-04-27 20:44:04 (GMT) |
commit | bc1c8af8ef2563802767404c78c8ec6d6a967897 (patch) | |
tree | d6d88e5915d3af54f98653fe657d6a1050cdb366 /Include/patchlevel.h | |
parent | 0169d3003be3d072751dd14a5c84748ab63a249f (diff) | |
download | cpython-bc1c8af8ef2563802767404c78c8ec6d6a967897.zip cpython-bc1c8af8ef2563802767404c78c8ec6d6a967897.tar.gz cpython-bc1c8af8ef2563802767404c78c8ec6d6a967897.tar.bz2 |
Python 3.9.0a6v3.9.0a6
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 ba9e134..4f91c9b 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -20,10 +20,10 @@ #define PY_MINOR_VERSION 9 #define PY_MICRO_VERSION 0 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA -#define PY_RELEASE_SERIAL 5 +#define PY_RELEASE_SERIAL 6 /* Version as a string */ -#define PY_VERSION "3.9.0a5+" +#define PY_VERSION "3.9.0a6" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |