1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 01:03:24 +00:00

bump version

This commit is contained in:
Kevin McCarthy
2016-09-13 15:49:18 -10:00
parent 76d365314a
commit ecbc192fc4
2 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
Changelog Changelog
--------- ---------
- 1.10.1 Fix build for Fedora package + python2 (thanks @puiterwijk and @lamenezes) - 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) - 1.10.0 Add support for aiohttp (thanks @lamenezes)
- 1.9.0 Add support for boto3 (thanks @desdm, @foorbarna). Fix deepcopy issue - 1.9.0 Add support for boto3 (thanks @desdm, @foorbarna). Fix deepcopy issue
for response headers when `decode_compressed_response` is enabled (thanks for response headers when `decode_compressed_response` is enabled (thanks

View File

@@ -55,7 +55,7 @@ if sys.version_info[0] == 2:
setup( setup(
name='vcrpy', name='vcrpy',
version='1.10.1', version='1.10.2',
description=( description=(
"Automatically mock your HTTP interactions to simplify and " "Automatically mock your HTTP interactions to simplify and "
"speed up testing" "speed up testing"