We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8e1774 commit b5e5fc4Copy full SHA for b5e5fc4
2 files changed
CHANGES.rst
@@ -2,7 +2,7 @@
2
Changes
3
=========
4
5
-3.5.1 (unreleased)
+3.5.1 (2026-05-20)
6
==================
7
8
- Add preliminary support for Python 3.15b1. This has not been
src/greenlet/__init__.py
@@ -22,7 +22,7 @@
22
###
23
# Metadata
24
25
-__version__ = '3.5.1.dev0'
+__version__ = '3.5.1'
26
from ._greenlet import _C_API # pylint:disable=no-name-in-module
27
28
0 commit comments