We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1f65bc commit 83aed99Copy full SHA for 83aed99
README.md
@@ -457,6 +457,8 @@ API in version 1.0.x
457
458
459
## Changelog
460
+ * 1.1.4 Add force reset around calls to actual connection from stubs, to ensure
461
+ compatibility with the version of httplib/urlib2 in python 2.7.9.
462
* 1.1.3 Fix python3 headers field (thanks @rtaboada), fix boto test (thanks
463
@telaviv), fix new_episodes record mode (thanks @jashugan), fix Windows
464
connectionpool stub bug (thanks @gazpachoking), add support for requests 2.5
setup.py
@@ -20,7 +20,7 @@ def run_tests(self):
20
21
setup(
22
name='vcrpy',
23
- version='1.1.3',
+ version='1.1.4',
24
description=(
25
"Automatically mock your HTTP interactions to simplify and "
26
"speed up testing"
0 commit comments