Skip to content

Commit

Permalink
Preparing release 23.9.0.post1
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Sep 2, 2023
1 parent 166ecf1 commit 0687992
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.rst
Expand Up @@ -6,6 +6,13 @@

.. towncrier release notes start
23.9.0.post1 (2023-09-02)
=========================

- Fix Windows wheel builds.
- Fix macOS wheel builds.

23.9.0 (2023-09-01)
===================

Expand Down
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.1.dev0'
__version__ = '23.9.0.post1'


__all__ = [
Expand Down

0 comments on commit 0687992

Please sign in to comment.