Skip to content

Commit a464604

Browse files
committed
Bump version to 0.25.1
1 parent f46f74d commit a464604

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

docs/source/history.rst

+9
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ Release history
55

66
.. towncrier release notes start
77
8+
Trio 0.25.1 (2024-05-16)
9+
------------------------
10+
11+
Bugfixes
12+
~~~~~~~~
13+
14+
- Fix crash when importing trio in embedded Python on Windows, and other installs that remove docstrings. (`#2987 <https://github.com/python-trio/trio/issues/2987>`__)
15+
16+
817
Trio 0.25.0 (2024-03-17)
918
------------------------
1019

newsfragments/2987.issue.rst

-1
This file was deleted.

src/trio/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# This file is imported from __init__.py and parsed by setuptools
22

3-
__version__ = "0.25.0+dev"
3+
__version__ = "0.25.1"

0 commit comments

Comments
 (0)