diff options
| author | Thomas Wouters <thomas@python.org> | 2026-02-03 17:53:04 (GMT) |
|---|---|---|
| committer | Thomas Wouters <thomas@python.org> | 2026-02-03 17:53:27 (GMT) |
| commit | 1cbe481834751b0125e006042ffbd8cd5eaec8a8 (patch) | |
| tree | 1e5e19e950c3499dcd7df46f5a87aa05f6434e8e /Include | |
| parent | ad5bd4ad47944f470896aa05f352f1e9118f30e7 (diff) | |
| download | cpython-3.13.12.zip cpython-3.13.12.tar.gz cpython-3.13.12.tar.bz2 | |
Python 3.13.12v3.13.12
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 1ee38f0..7246ff7 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -18,12 +18,12 @@ /*--start constants--*/ #define PY_MAJOR_VERSION 3 #define PY_MINOR_VERSION 13 -#define PY_MICRO_VERSION 11 +#define PY_MICRO_VERSION 12 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.13.11+" +#define PY_VERSION "3.13.12" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |
