Skip to content

Commit 4e2e6bd

Browse files
committed
0.15 open for business
1 parent 53f3da7 commit 4e2e6bd

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,10 @@ Only test coroutines will be affected (by default, coroutines prefixed by
175175

176176
Changelog
177177
---------
178-
0.13.0 (2020-06-24)
178+
0.15.0 (UNRELEASED)
179+
~~~~~~~~~~~~~~~~~~~
180+
181+
0.14.0 (2020-06-24)
179182
~~~~~~~~~~~~~~~~~~~
180183
- Fix `#162 <https://github.com/pytest-dev/pytest-asyncio/issues/162>`_, and ``event_loop`` fixture behavior now is coherent on all scopes.
181184
`#164 <https://github.com/pytest-dev/pytest-asyncio/pull/164>`_

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.14.0"
2+
__version__ = "0.15.0dev0"

0 commit comments

Comments
 (0)