Skip to content

Commit f35d06b

Browse files
committed
0.11 open for business.
1 parent 813423d commit f35d06b

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
@@ -176,7 +176,10 @@ Only test coroutines will be affected (by default, coroutines prefixed by
176176
Changelog
177177
---------
178178

179-
0.10.0. (UNRELEASED)
179+
0.11.0 (UNRELEASED)
180+
~~~~~~~~~~~~~~~~~~~
181+
182+
0.10.0 (2019-01-08)
180183
~~~~~~~~~~~~~~~~~~~~
181184
- ``pytest-asyncio`` integrates with `Hypothesis <https://hypothesis.readthedocs.io>`_
182185
to support ``@given`` on async test functions using ``asyncio``.

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

0 commit comments

Comments
 (0)