Skip to content

Commit 7ec1fab

Browse files
committed
Python 3.14.0b4
1 parent 376e037 commit 7ec1fab

File tree

49 files changed

+806
-176
lines changed

Some content is hidden

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

49 files changed

+806
-176
lines changed

Include/patchlevel.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
#define PY_MINOR_VERSION 14
2222
#define PY_MICRO_VERSION 0
2323
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA
24-
#define PY_RELEASE_SERIAL 3
24+
#define PY_RELEASE_SERIAL 4
2525

2626
/* Version as a string */
27-
#define PY_VERSION "3.14.0b3+"
27+
#define PY_VERSION "3.14.0b4"
2828
/*--end constants--*/
2929

3030

0 commit comments

Comments
 (0)