Skip to content

Commit

Permalink
Bump version to 0.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
A5rocks committed Nov 4, 2023
1 parent d34739e commit fa94d4c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
9 changes: 9 additions & 0 deletions docs/source/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ Release history

.. towncrier release notes start
Trio 0.23.1 (2023-11-04)
------------------------

Bugfixes
~~~~~~~~

- Don't crash on import in Anaconda interpreters. (`#2855 <https://github.com/python-trio/trio/issues/2855>`__)


Trio 0.23.0 (2023-11-03)
------------------------

Expand Down
1 change: 0 additions & 1 deletion newsfragments/2855.bugfix.rst

This file was deleted.

2 changes: 1 addition & 1 deletion trio/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This file is imported from __init__.py and exec'd from setup.py

__version__ = "0.23.0+dev"
__version__ = "0.23.1"

0 comments on commit fa94d4c

Please sign in to comment.