From d9fd5638128c58b94e68e24896b9361be00d675d Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Thu, 15 Dec 2016 08:41:34 -1000 Subject: [PATCH] bump version --- docs/changelog.rst | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 9b6340b..d84e9da 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,5 +1,6 @@ Changelog --------- +- 1.10.4 Fix an issue with asyncio aiohttp (thanks @madninja) - 1.10.3 Fix some issues with asyncio and params (thanks @anovikov1984 and @lamenezes), Fix some issues with cassette serialize / deserialize and empty response bodies (thanks @gRoussac and @dz0ny) diff --git a/setup.py b/setup.py index d0211c1..7532be8 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ if sys.version_info[0] == 2: setup( name='vcrpy', - version='1.10.3', + version='1.10.4', description=( "Automatically mock your HTTP interactions to simplify and " "speed up testing"