We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 916e783 commit 6e049baCopy full SHA for 6e049ba
README.md
@@ -457,6 +457,8 @@ API in version 1.0.x
457
458
459
## Changelog
460
+ * 1.1.2 Add urllib==1.7.1 support. Make json serialize error handling correct
461
+ Improve logging of match failures.
462
* 1.1.1 Use function signature preserving `wrapt.decorator` to write the
463
decorator version of use_cassette in order to ensure compatibility with
464
py.test fixtures and python 2. Move all request filtering into the
setup.py
@@ -20,7 +20,7 @@ def run_tests(self):
20
21
setup(
22
name='vcrpy',
23
- version='1.1.1',
+ version='1.1.2',
24
description=(
25
"Automatically mock your HTTP interactions to simplify and "
26
"speed up testing"
0 commit comments