Skip to content

Commit 8b70d38

Browse files
committed
Bump version and run towncrier for 0.15.1 release
1 parent 7b376a6 commit 8b70d38

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

docs/source/history.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ Release history
55

66
.. towncrier release notes start
77
8+
Trio 0.15.1 (2020-05-22)
9+
------------------------
10+
11+
Bugfixes
12+
~~~~~~~~
13+
14+
- Fix documentation build. (This must be a new release tag to get readthedocs
15+
"stable" to include the changes from 0.15.0.)
16+
17+
- Added a helpful error message if an async function is passed to `trio.from_thread.run_sync` or a sync function to `trio.from_thread.run`. (`#1244 <https://github.com/python-trio/trio/issues/1244>`__)
18+
19+
820
Trio 0.15.0 (2020-05-19)
921
------------------------
1022

newsfragments/1244.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

trio/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# This file is imported from __init__.py and exec'd from setup.py
22

3-
__version__ = "0.15.0+dev"
3+
__version__ = "0.15.1"

0 commit comments

Comments
 (0)