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 f3051e0 commit f40c095Copy full SHA for f40c095
CHANGES.rst
@@ -2,7 +2,7 @@
2
Changes
3
=========
4
5
-3.2.3 (unreleased)
+3.2.3 (2025-06-05)
6
==================
7
8
- Make greenlet build and run on Python 3.14 beta 2 on Windows amd64.
src/greenlet/__init__.py
@@ -25,7 +25,7 @@
25
###
26
# Metadata
27
28
-__version__ = '3.2.3.dev0'
+__version__ = '3.2.3'
29
from ._greenlet import _C_API # pylint:disable=no-name-in-module
30
31
0 commit comments