Skip to content

Commit 1ec9287

Browse files
committed
Bump version. 0.7 is open for business.
1 parent 72a6c2b commit 1ec9287

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
@@ -170,6 +170,9 @@ marker, except the event loop used will have a
170170

171171
Changelog
172172
---------
173+
0.7.0 (UNRELEASED)
174+
~~~~~~~~~~~~~~~~~~
175+
173176

174177
0.6.0 (2017-05-28)
175178
~~~~~~~~~~~~~~~~~~

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.6.0'
2+
__version__ = '0.7.0-dev'

0 commit comments

Comments
 (0)