🌐 AI搜索 & 代理 主页
Skip to content

Commit df79316

Browse files
committed
Python 3.14.2
1 parent 4cb6cbb commit df79316

11 files changed

+403
-250
lines changed

Include/patchlevel.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
/*--start constants--*/
2020
#define PY_MAJOR_VERSION 3
2121
#define PY_MINOR_VERSION 14
22-
#define PY_MICRO_VERSION 1
22+
#define PY_MICRO_VERSION 2
2323
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
2424
#define PY_RELEASE_SERIAL 0
2525

2626
/* Version as a string */
27-
#define PY_VERSION "3.14.1+"
27+
#define PY_VERSION "3.14.2"
2828
/*--end constants--*/
2929

3030

0 commit comments

Comments
 (0)