We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7acc72 commit 173b692Copy full SHA for 173b692
2 files changed
CHANGES.rst
@@ -2,6 +2,12 @@
2
Changes
3
=========
4
5
+3.5.1 (unreleased)
6
+==================
7
+
8
+- Nothing changed yet.
9
10
11
3.5.0 (2026-04-27)
12
==================
13
src/greenlet/__init__.py
@@ -22,7 +22,7 @@
22
###
23
# Metadata
24
25
-__version__ = '3.5.0'
+__version__ = '3.5.1.dev0'
26
from ._greenlet import _C_API # pylint:disable=no-name-in-module
27
28
0 commit comments