We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65f8da8 commit 619c92cCopy full SHA for 619c92c
CHANGES.rst
@@ -2,6 +2,12 @@
2
Changes
3
=========
4
5
+3.2.5 (unreleased)
6
+==================
7
+
8
+- Nothing changed yet.
9
10
11
3.2.4 (2025-08-07)
12
==================
13
src/greenlet/__init__.py
@@ -25,7 +25,7 @@
25
###
26
# Metadata
27
28
-__version__ = '3.2.4'
+__version__ = '3.2.5.dev0'
29
from ._greenlet import _C_API # pylint:disable=no-name-in-module
30
31
0 commit comments