Skip to content

Commit cf056b1

Browse files
committed
0.8.0 open for business.
1 parent 2407487 commit cf056b1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.rst

Lines changed: 3 additions & 0 deletions
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.8.0 (UNRELEASED)
189+
~~~~~~~~~~~~~~~~~~
190+
188191
0.7.0 (2017-09-08)
189192
~~~~~~~~~~~~~~~~~~
190193
- Python versions pre-3.6 can use the async_generator library for async fixtures.

pytest_asyncio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""The main point for importing pytest-asyncio items."""
2-
__version__ = '0.7.0'
2+
__version__ = '0.8.0-dev1'

0 commit comments

Comments
 (0)