Skip to content

Commit a62f331

Browse files
committed
Preparing release 3.3.2
1 parent c73a2c6 commit a62f331

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Changes
33
=========
44

5-
3.3.2 (unreleased)
5+
3.3.2 (2026-02-20)
66
==================
77

88
- Fix a crash on Python 3.10 if there are active greenlets during

src/greenlet/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
###
2626
# Metadata
2727
###
28-
__version__ = '3.3.2.dev0'
28+
__version__ = '3.3.2'
2929
from ._greenlet import _C_API # pylint:disable=no-name-in-module
3030

3131
###

0 commit comments

Comments
 (0)