We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c73a2c6 commit a62f331Copy full SHA for a62f331
CHANGES.rst
@@ -2,7 +2,7 @@
2
Changes
3
=========
4
5
-3.3.2 (unreleased)
+3.3.2 (2026-02-20)
6
==================
7
8
- Fix a crash on Python 3.10 if there are active greenlets during
src/greenlet/__init__.py
@@ -25,7 +25,7 @@
25
###
26
# Metadata
27
28
-__version__ = '3.3.2.dev0'
+__version__ = '3.3.2'
29
from ._greenlet import _C_API # pylint:disable=no-name-in-module
30
31
0 commit comments