Skip to content

Commit

Permalink
Preparing release 23.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Sep 12, 2023
1 parent 0686454 commit 3977b6b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
17 changes: 17 additions & 0 deletions CHANGES.rst
Expand Up @@ -6,6 +6,23 @@

.. towncrier release notes start
23.9.1 (2023-09-12)
===================


Bugfixes
--------

- Require greenlet 3.0 on Python 3.11 and Python 3.12; greenlet 3.0 is
recommended for all platforms. This fixes a number of obscure crashes
on all versions of Python, as well as fixing a fairly common problem
on Python 3.11+ that could manifest as either a crash or as a
``SystemError``.
See :issue:`1985`.


----


23.9.0.post1 (2023-09-02)
=========================
Expand Down
5 changes: 0 additions & 5 deletions docs/changes/1985.bugfix

This file was deleted.

2 changes: 1 addition & 1 deletion src/gevent/__init__.py
Expand Up @@ -27,7 +27,7 @@
#: Use ``pkg_resources.parse_version(__version__)`` or
#: ``packaging.version.Version(__version__)`` to get a machine-usable
#: value.
__version__ = '23.9.0.post2.dev0'
__version__ = '23.9.1'


__all__ = [
Expand Down

0 comments on commit 3977b6b

Please sign in to comment.