Skip to content

Commit 7aa574a

Browse files
committed
0.15.0
1 parent dadff91 commit 7aa574a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Only test coroutines will be affected (by default, coroutines prefixed by
164164

165165
Changelog
166166
---------
167-
0.15.0 (UNRELEASED)
167+
0.15.0 (2021-04-19)
168168
~~~~~~~~~~~~~~~~~~~
169169
- Add support for Python 3.9
170170
- Abandon support for Python 3.5. If you still require support for Python 3.5, please use pytest-asyncio v0.14 or earlier.

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.15.0dev0"
2+
__version__ = "0.15.0"

0 commit comments

Comments
 (0)