Skip to content

Commit

Permalink
0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinche committed Apr 21, 2021
1 parent 94c2560 commit da50ce5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,11 @@ Only test coroutines will be affected (by default, coroutines prefixed by

Changelog
---------
0.16.0 (UNRELEASED)
0.15.1 (2021-04-22)
~~~~~~~~~~~~~~~~~~~

- Hotfix for errors while closing event loops while replacing them.
`#209 <https://github.com/pytest-dev/pytest-asyncio/issues/209>`_
`#210 <https://github.com/pytest-dev/pytest-asyncio/issues/210>`_

0.15.0 (2021-04-19)
~~~~~~~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion pytest_asyncio/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""The main point for importing pytest-asyncio items."""
__version__ = "0.16.dev0"
__version__ = "0.15.1"

0 comments on commit da50ce5

Please sign in to comment.