Skip to content

Commit

Permalink
0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinche committed Apr 20, 2020
1 parent ab2b140 commit 1026c39
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,14 @@ Only test coroutines will be affected (by default, coroutines prefixed by
Changelog
---------

0.11.0 (UNRELEASED)
0.11.0 (2020-04-20)
~~~~~~~~~~~~~~~~~~~
- Test on 3.8, drop 3.3 and 3.4. Stick to 0.10 for these versions.
`#152` <https://github.com/pytest-dev/pytest-asyncio/pull/152>
- Use the new Pytest 5.4.0 Function API. We therefore depend on pytest >= 5.4.0.
`#142` <https://github.com/pytest-dev/pytest-asyncio/pull/142>
- Better ``pytest.skip`` support.
`#126` <https://github.com/pytest-dev/pytest-asyncio/pull/126>

0.10.0 (2019-01-08)
~~~~~~~~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion pytest_asyncio/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""The main point for importing pytest-asyncio items."""
__version__ = "0.11.0dev0"
__version__ = "0.11.0"

0 comments on commit 1026c39

Please sign in to comment.