We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ade547 commit 5cfb005Copy full SHA for 5cfb005
README.md
@@ -484,6 +484,7 @@ API in version 1.0.x
484
485
486
## Changelog
487
+ * 1.4.2 Fix a bug caused by requests 2.7 and chunked transfer encoding
488
* 1.4.1 Include README, tests, LICENSE in package. Thanks @ralphbean.
489
* 1.4.0 Filter post data parameters (thanks @eadmundo), support for
490
posting files through requests, inject_cassette kwarg to access
setup.py
@@ -20,7 +20,7 @@ def run_tests(self):
20
21
setup(
22
name='vcrpy',
23
- version='1.4.1',
+ version='1.4.2',
24
description=(
25
"Automatically mock your HTTP interactions to simplify and "
26
"speed up testing"
0 commit comments