There was an error while loading. Please reload this page.
1 parent bbdf57b commit 384be88Copy full SHA for 384be88
2 files changed
CHANGES.rst
@@ -2,7 +2,7 @@
2
Changes
3
=========
4
5
-3.5.4 (unreleased)
+3.5.4 (2026-07-22)
6
==================
7
8
- Fix a crash (segfault) on free-threaded builds of Python 3.14 and
src/greenlet/__init__.py
@@ -22,7 +22,7 @@
22
###
23
# Metadata
24
25
-__version__ = '3.5.4.dev0'
+__version__ = '3.5.4'
26
from ._greenlet import _C_API # pylint:disable=no-name-in-module
27
28
0 commit comments