From 1d9f8b5f7c88a38172d7db9d38e7891f0984c8f9 Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Sun, 2 Oct 2016 12:14:27 -1000 Subject: [PATCH] bump version to 1.10.3 --- 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 f0a0cabf..9b6340b1 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,5 +1,8 @@ Changelog --------- +- 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) - 1.10.2 Fix 1.10.1 release - add aiohttp support back in - 1.10.1 [bad release] Fix build for Fedora package + python2 (thanks @puiterwijk and @lamenezes) - 1.10.0 Add support for aiohttp (thanks @lamenezes) diff --git a/setup.py b/setup.py index 9615fb08..d0211c17 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ def run_tests(self): setup( name='vcrpy', - version='1.10.2', + version='1.10.3', description=( "Automatically mock your HTTP interactions to simplify and " "speed up testing"