mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-08 16:53:23 +00:00
version bump to 1.10.0
This commit is contained in:
14
README.rst
14
README.rst
@@ -41,6 +41,20 @@ VCR.py will detect the absence of a cassette file and once again record
|
|||||||
all HTTP interactions, which will update them to correspond to the new
|
all HTTP interactions, which will update them to correspond to the new
|
||||||
API.
|
API.
|
||||||
|
|
||||||
|
Support
|
||||||
|
-------
|
||||||
|
|
||||||
|
VCR.py works great with the following HTTP clients:
|
||||||
|
|
||||||
|
- requests
|
||||||
|
- aiohttp
|
||||||
|
- urllib3
|
||||||
|
- tornado
|
||||||
|
- urllib2
|
||||||
|
- boto
|
||||||
|
- boto3
|
||||||
|
|
||||||
|
|
||||||
License
|
License
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
Changelog
|
Changelog
|
||||||
---------
|
---------
|
||||||
|
- 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
|
||||||
@nickdirienzo)
|
@nickdirienzo)
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -51,7 +51,7 @@ except Exception:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='vcrpy',
|
name='vcrpy',
|
||||||
version='1.9.0',
|
version='1.10.0',
|
||||||
description=(
|
description=(
|
||||||
"Automatically mock your HTTP interactions to simplify and "
|
"Automatically mock your HTTP interactions to simplify and "
|
||||||
"speed up testing"
|
"speed up testing"
|
||||||
|
|||||||
Reference in New Issue
Block a user