Skip to content

Commit

Permalink
Preparing release 22.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Oct 31, 2022
1 parent d56d130 commit b600094
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 10 deletions.
22 changes: 22 additions & 0 deletions CHANGES.rst
Expand Up @@ -6,6 +6,28 @@

.. towncrier release notes start
22.10.2 (2022-10-31)
====================


Bugfixes
--------

- Update to greenlet 2.0. This fixes a deallocation issue that required
a change in greenlet's ABI. The design of greenlet 2.0 is intended to
prevent future fixes and enhancements from requiring an ABI change,
making it easier to update gevent and greenlet independently.

.. caution::

greenlet 2.0 requires a modern-ish C++ compiler. This may mean
certain older platforms are no longer supported.
See :issue:`1909`.


----


22.10.1 (2022-10-14)
====================

Expand Down
9 changes: 0 additions & 9 deletions docs/changes/1909.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__ = '22.10.2.dev0'
__version__ = '22.10.2'


__all__ = [
Expand Down

0 comments on commit b600094

Please sign in to comment.