Skip to content

Commit 53f3da7

Browse files
committed
Prepare for release
1 parent e99569d commit 53f3da7

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
@@ -175,7 +175,7 @@ Only test coroutines will be affected (by default, coroutines prefixed by
175175

176176
Changelog
177177
---------
178-
0.13.0 (2020-XX-XX)
178+
0.13.0 (2020-06-24)
179179
~~~~~~~~~~~~~~~~~~~
180180
- Fix `#162 <https://github.com/pytest-dev/pytest-asyncio/issues/162>`_, and ``event_loop`` fixture behavior now is coherent on all scopes.
181181
`#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.13.0dev0"
2+
__version__ = "0.14.0"

0 commit comments

Comments
 (0)