From 53c55b13e70f10597374bcac500749e815e1ae4e Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Wed, 11 Jan 2017 17:51:23 -1000 Subject: [PATCH] version bump --- docs/changelog.rst | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index d84e9da..4fc0bb5 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,5 +1,8 @@ Changelog --------- +- 1.10.5 Added a fix to httplib2 (thanks @carlosds730), Fix an issue with + aiohttp (thanks @madninja), Add missing requirement yarl (thanks @lamenezes), + Remove duplicate mock triple (thanks @FooBarQuaxx) - 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 diff --git a/setup.py b/setup.py index 9ef0322..0db660c 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ if sys.version_info[0] == 2: setup( name='vcrpy', - version='1.10.4', + version='1.10.5', description=( "Automatically mock your HTTP interactions to simplify and " "speed up testing"