Skip to content

Commit 6f5053b

Browse files
committed
0.16.0 open for business
1 parent 7aa574a commit 6f5053b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.rst

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

165165
Changelog
166166
---------
167+
0.16.0 (UNRELEASED)
168+
~~~~~~~~~~~~~~~~~~~
169+
170+
167171
0.15.0 (2021-04-19)
168172
~~~~~~~~~~~~~~~~~~~
169173
- Add support for Python 3.9

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

0 commit comments

Comments
 (0)