Skip to content

Commit a9a8db2

Browse files
committed
0.9.0 open for business.
1 parent 18535c3 commit a9a8db2

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
@@ -185,6 +185,9 @@ marker, except the event loop used will have a
185185
Changelog
186186
---------
187187

188+
0.9.0 (UNRELEASED)
189+
~~~~~~~~~~~~~~~~~~
190+
188191
0.8.0 (2017-09-23)
189192
~~~~~~~~~~~~~~~~~~
190193
- Improve integration with other packages (like aiohttp) with more careful event loop handling.

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.8.0'
2+
__version__ = '0.9.0-dev1'

0 commit comments

Comments
 (0)