From 67c25ce860e650adf035fcc199fce08591091bd5 Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Thu, 30 Nov 2017 11:08:51 +0200 Subject: [PATCH] Release 0.2.0 --- CHANGES.rst | 5 +++++ pytest_aiohttp/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 3320f3a..24a2c15 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,11 @@ CHANGES ======= +0.2.0 (2017-11-30) +------------------ + +- Fix backward incompatibility changes introduced by `pytest` 3.3+ + 0.1.3 (2016-09-08) ------------------ diff --git a/pytest_aiohttp/__init__.py b/pytest_aiohttp/__init__.py index cf02cda..2865e31 100644 --- a/pytest_aiohttp/__init__.py +++ b/pytest_aiohttp/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.1.3' +__version__ = '0.2.0' from aiohttp.pytest_plugin import *