Skip to content

Commit 3977b6b

Browse files
committed
Preparing release 23.9.1
1 parent 0686454 commit 3977b6b

File tree

3 files changed

+18
-6
lines changed

3 files changed

+18
-6
lines changed

CHANGES.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,23 @@
66

77
.. towncrier release notes start
88
9+
23.9.1 (2023-09-12)
10+
===================
11+
12+
13+
Bugfixes
14+
--------
15+
16+
- Require greenlet 3.0 on Python 3.11 and Python 3.12; greenlet 3.0 is
17+
recommended for all platforms. This fixes a number of obscure crashes
18+
on all versions of Python, as well as fixing a fairly common problem
19+
on Python 3.11+ that could manifest as either a crash or as a
20+
``SystemError``.
21+
See :issue:`1985`.
22+
23+
24+
----
25+
926

1027
23.9.0.post1 (2023-09-02)
1128
=========================

docs/changes/1985.bugfix

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/gevent/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#: Use ``pkg_resources.parse_version(__version__)`` or
2828
#: ``packaging.version.Version(__version__)`` to get a machine-usable
2929
#: value.
30-
__version__ = '23.9.0.post2.dev0'
30+
__version__ = '23.9.1'
3131

3232

3333
__all__ = [

0 commit comments

Comments
 (0)