Skip to content

Commit 1026c39

Browse files
committed
0.11.0
1 parent ab2b140 commit 1026c39

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,14 @@ Only test coroutines will be affected (by default, coroutines prefixed by
176176
Changelog
177177
---------
178178

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

182188
0.10.0 (2019-01-08)
183189
~~~~~~~~~~~~~~~~~~~~

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.11.0dev0"
2+
__version__ = "0.11.0"

0 commit comments

Comments
 (0)