Skip to content

Commit

Permalink
Merge pull request #1542 from oremanj/release-v0.15.1
Browse files Browse the repository at this point in the history
Release v0.15.1
  • Loading branch information
oremanj authored May 22, 2020
2 parents a3bc1f9 + 9916aa8 commit 4a05d9f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
12 changes: 12 additions & 0 deletions docs/source/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ Release history

.. towncrier release notes start
Trio 0.15.1 (2020-05-22)
------------------------

Bugfixes
~~~~~~~~

- Fix documentation build. (This must be a new release tag to get readthedocs
"stable" to include the changes from 0.15.0.)

- 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>`__)


Trio 0.15.0 (2020-05-19)
------------------------

Expand Down
1 change: 0 additions & 1 deletion newsfragments/1244.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.15.0+dev"
__version__ = "0.15.1+dev"

0 comments on commit 4a05d9f

Please sign in to comment.