We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bba5df2 commit e9c690bCopy full SHA for e9c690b
README.md
@@ -474,6 +474,8 @@ API in version 1.0.x
474
475
476
## Changelog
477
+ * 1.3.0 Fix/add support for urllib3 (thanks @aisch), fix default
478
+ port for https (thanks @abhinav).
479
* 1.2.0 Add custom_patches argument to VCR/Cassette objects to allow
480
users to stub custom classes when cassettes become active.
481
* 1.1.4 Add force reset around calls to actual connection from stubs, to ensure
setup.py
@@ -20,7 +20,7 @@ def run_tests(self):
20
21
setup(
22
name='vcrpy',
23
- version='1.2.0',
+ version='1.3.0',
24
description=(
25
"Automatically mock your HTTP interactions to simplify and "
26
"speed up testing"
0 commit comments