Skip to content

Commit 72a6c2b

Browse files
committed
0.6.0
1 parent dcc9aa9 commit 72a6c2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ marker, except the event loop used will have a
171171
Changelog
172172
---------
173173

174-
0.6.0 (UNRELEASED)
174+
0.6.0 (2017-05-28)
175175
~~~~~~~~~~~~~~~~~~
176176
- Support for Python versions pre-3.5 has been dropped.
177177
- ``pytestmark`` now works on both module and class level.

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.5.0'
2+
__version__ = '0.6.0'

0 commit comments

Comments
 (0)