Skip to content

Commit 67c25ce

Browse files
committed
Release 0.2.0
1 parent b3ef594 commit 67c25ce

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.rst

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
CHANGES
22
=======
33

4+
0.2.0 (2017-11-30)
5+
------------------
6+
7+
- Fix backward incompatibility changes introduced by `pytest` 3.3+
8+
49
0.1.3 (2016-09-08)
510
------------------
611

pytest_aiohttp/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.1.3'
1+
__version__ = '0.2.0'
22

33

44
from aiohttp.pytest_plugin import *

0 commit comments

Comments
 (0)