From 7aa574af1830665be23b983407fdff8f5fcf3ccc Mon Sep 17 00:00:00 2001 From: Tin Tvrtkovic Date: Mon, 19 Apr 2021 01:02:05 +0200 Subject: [PATCH] 0.15.0 --- README.rst | 2 +- pytest_asyncio/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"