diff options
| author | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2025-12-02 12:51:18 (GMT) |
|---|---|---|
| committer | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2025-12-02 12:51:37 (GMT) |
| commit | 57e0d177c26d4a508ef46adae9cbae46fca39f70 (patch) | |
| tree | 750838e601084a330dc5f3b704e4e38d3ec6381e /Include/patchlevel.h | |
| parent | 49fe7574d9e267fcd82269228995068744e9f0f8 (diff) | |
| download | cpython-3.14.1.zip cpython-3.14.1.tar.gz cpython-3.14.1.tar.bz2 | |
Python 3.14.1v3.14.1
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 3583817..ce7d23b 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -19,12 +19,12 @@ /*--start constants--*/ #define PY_MAJOR_VERSION 3 #define PY_MINOR_VERSION 14 -#define PY_MICRO_VERSION 0 +#define PY_MICRO_VERSION 1 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.14.0+" +#define PY_VERSION "3.14.1" /*--end constants--*/ |
