diff --git a/README.rst b/README.rst index d96489e2..2650c2fb 100644 --- a/README.rst +++ b/README.rst @@ -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 `_ + `#210 `_ 0.15.0 (2021-04-19) ~~~~~~~~~~~~~~~~~~~ diff --git a/pytest_asyncio/__init__.py b/pytest_asyncio/__init__.py index 21c4d843..c802163a 100644 --- a/pytest_asyncio/__init__.py +++ b/pytest_asyncio/__init__.py @@ -1,2 +1,2 @@ """The main point for importing pytest-asyncio items.""" -__version__ = "0.16.dev0" +__version__ = "0.15.1"