Skip to content

Commit da50ce5

Browse files
committed
0.15.1
1 parent 94c2560 commit da50ce5

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.rst

+4-2
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,11 @@ Only test coroutines will be affected (by default, coroutines prefixed by
164164

165165
Changelog
166166
---------
167-
0.16.0 (UNRELEASED)
167+
0.15.1 (2021-04-22)
168168
~~~~~~~~~~~~~~~~~~~
169-
169+
- Hotfix for errors while closing event loops while replacing them.
170+
`#209 <https://github.com/pytest-dev/pytest-asyncio/issues/209>`_
171+
`#210 <https://github.com/pytest-dev/pytest-asyncio/issues/210>`_
170172

171173
0.15.0 (2021-04-19)
172174
~~~~~~~~~~~~~~~~~~~

pytest_asyncio/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""The main point for importing pytest-asyncio items."""
2-
__version__ = "0.16.dev0"
2+
__version__ = "0.15.1"

0 commit comments

Comments
 (0)