diff options
| author | Łukasz Langa <lukasz@langa.pl> | 2024-09-06 19:03:56 (GMT) |
|---|---|---|
| committer | Łukasz Langa <lukasz@langa.pl> | 2024-09-06 19:03:56 (GMT) |
| commit | 8c3f7946ec848ec16cf28418c0f984ecaa029541 (patch) | |
| tree | b5320c0626beedaee11024f458d4054e29ff8465 /Include | |
| parent | ee953f2b8fc12ee9b8209ab60a2f06c603e5a624 (diff) | |
| download | cpython-3.9.20.zip cpython-3.9.20.tar.gz cpython-3.9.20.tar.bz2 | |
Python 3.9.20v3.9.20
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 5a5fadd..7ed78c7 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 19 +#define PY_MICRO_VERSION 20 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.9.19+" +#define PY_VERSION "3.9.20" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |
