Skip to content

Commit 23116f9

Browse files
committed
Python 3.14.4
1 parent 383c291 commit 23116f9

File tree

135 files changed

+1910
-621
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

135 files changed

+1910
-621
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 3
22+
#define PY_MICRO_VERSION 4
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.3+"
27+
#define PY_VERSION "3.14.4"
2828
/*--end constants--*/
2929

3030

Lib/pydoc_data/module_docs.py

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)