We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3ef594 commit 67c25ceCopy full SHA for 67c25ce
CHANGES.rst
@@ -1,6 +1,11 @@
1
CHANGES
2
=======
3
4
+0.2.0 (2017-11-30)
5
+------------------
6
+
7
+- Fix backward incompatibility changes introduced by `pytest` 3.3+
8
9
0.1.3 (2016-09-08)
10
------------------
11
pytest_aiohttp/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '0.1.3'
+__version__ = '0.2.0'
from aiohttp.pytest_plugin import *
0 commit comments