Skip to content

Commit

Permalink
version bump to 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin1024 committed Aug 14, 2016
1 parent f9d7ccd commit 57a934d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
14 changes: 14 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
API.

Support
-------

VCR.py works great with the following HTTP clients:

- requests
- aiohttp
- urllib3
- tornado
- urllib2
- boto
- boto3


License
=======

Expand Down
1 change: 1 addition & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Changelog
---------
- 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
@nickdirienzo)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def run_tests(self):

setup(
name='vcrpy',
version='1.9.0',
version='1.10.0',
description=(
"Automatically mock your HTTP interactions to simplify and "
"speed up testing"
Expand Down

0 comments on commit 57a934d

Please sign in to comment.