Skip to content

Commit 29a4265

Browse files
committed
Bump to 0.16.0
1 parent da50ce5 commit 29a4265

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.rst

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

165165
Changelog
166166
---------
167+
0.16.0 (UNRELEASED)
168+
~~~~~~~~~~~~~~~~~~~
169+
167170
0.15.1 (2021-04-22)
168171
~~~~~~~~~~~~~~~~~~~
169172
- Hotfix for errors while closing event loops while replacing them.

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

0 commit comments

Comments
 (0)