File tree Expand file tree Collapse file tree 3 files changed +18
-6
lines changed Expand file tree Collapse file tree 3 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 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
102723.9.0.post1 (2023-09-02)
1128=========================
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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__ = [
You can’t perform that action at this time.
0 commit comments