Skip to content

Commit 18535c3

Browse files
committed
0.8.0.
1 parent 91ba8e0 commit 18535c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ marker, except the event loop used will have a
185185
Changelog
186186
---------
187187

188-
0.8.0 (UNRELEASED)
188+
0.8.0 (2017-09-23)
189189
~~~~~~~~~~~~~~~~~~
190190
- Improve integration with other packages (like aiohttp) with more careful event loop handling.
191191
`#64` <https://github.com/pytest-dev/pytest-asyncio/pull/64>

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-dev1'
2+
__version__ = '0.8.0'

0 commit comments

Comments
 (0)