We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 296058a commit 0f90431Copy full SHA for 0f90431
2 files changed
CHANGES.rst
@@ -2,7 +2,7 @@
2
Changes
3
=========
4
5
-3.3.0 (unreleased)
+3.3.0 (2025-12-04)
6
==================
7
8
- Drop support for Python 3.9.
src/greenlet/__init__.py
@@ -25,7 +25,7 @@
25
###
26
# Metadata
27
28
-__version__ = '3.2.5.dev0'
+__version__ = '3.3.0'
29
from ._greenlet import _C_API # pylint:disable=no-name-in-module
30
31
0 commit comments