diff --git a/docs/changelog.rst b/docs/changelog.rst index 06f54a3..5c45084 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,5 +1,6 @@ Changelog --------- +- 1.10.1 Fix build for Fedora package + python2 (thanks @puiterwijk and @lamenezes) - 1.10.0 Add support for aiohttp (thanks @lamenezes) - 1.9.0 Add support for boto3 (thanks @desdm, @foorbarna). Fix deepcopy issue for response headers when `decode_compressed_response` is enabled (thanks diff --git a/setup.py b/setup.py index c552a85..34b3f0f 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ if sys.version_info[0] == 2: setup( name='vcrpy', - version='1.10.0', + version='1.10.1', description=( "Automatically mock your HTTP interactions to simplify and " "speed up testing"