Skip to content

Commit 1ada096

Browse files
committed
0.10.0 open for business.
1 parent d86d776 commit 1ada096

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
@@ -176,6 +176,9 @@ Only test coroutines will be affected (by default, coroutines prefixed by
176176
Changelog
177177
---------
178178

179+
0.10.0. (UNRELEASED)
180+
~~~~~~~~~~~~~~~~~~~~
181+
179182
0.9.0 (2018-07-28)
180183
~~~~~~~~~~~~~~~~~~
181184
- Python 3.7 support.

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.9.0"
2+
__version__ = "0.10.0.dev0"

0 commit comments

Comments
 (0)