diff --git a/README.rst b/README.rst index ee5119f0..02f8317c 100644 --- a/README.rst +++ b/README.rst @@ -164,7 +164,7 @@ Only test coroutines will be affected (by default, coroutines prefixed by Changelog --------- -0.15.0 (UNRELEASED) +0.15.0 (2021-04-19) ~~~~~~~~~~~~~~~~~~~ - Add support for Python 3.9 - Abandon support for Python 3.5. If you still require support for Python 3.5, please use pytest-asyncio v0.14 or earlier. diff --git a/pytest_asyncio/__init__.py b/pytest_asyncio/__init__.py index 11e6bcdc..daaeac51 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.15.0dev0" +__version__ = "0.15.0"