Skip to content

Commit 7a5bcc6

Browse files
committed
Preparing release 3.2.0
1 parent e623e2c commit 7a5bcc6

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.2.0 (unreleased)
5+
3.2.0 (2025-04-15)
66
==================
77

88
- Remove support for Python 3.7 and 3.8.

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.1.2.dev0'
28+
__version__ = '3.2.0'
2929
from ._greenlet import _C_API # pylint:disable=no-name-in-module
3030

3131
###

0 commit comments

Comments
 (0)