diff --git a/docs/changelog.rst b/docs/changelog.rst index d84e9da1..4fc0bb54 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 9ef03223..0db660ce 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ def run_tests(self): setup( name='vcrpy', - version='1.10.4', + version='1.10.5', description=( "Automatically mock your HTTP interactions to simplify and " "speed up testing"