Skip to content

Commit f2fe98e

Browse files
committed
0.16.0
1 parent 4e1df31 commit f2fe98e

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.16.0 (UNRELEASED)
167+
0.16.0 (2021-10-16)
168168
~~~~~~~~~~~~~~~~~~~
169169
- Add support for Python 3.10
170170

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.0dev0"
2+
__version__ = "0.16.0"

0 commit comments

Comments
 (0)