We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd715f3 commit 1bd3fbdCopy full SHA for 1bd3fbd
README.md
@@ -423,6 +423,8 @@ API in version 1.0.x
423
424
425
## Changelog
426
+ * 1.0.3: Fix an issue with requests 2.4 and make sure case sensitivity is
427
+ consistent across python versions
428
* 1.0.2: Fix an issue with requests 2.3
429
* 1.0.1: Fix a bug with the new ignore requests feature and the once
430
record mode
setup.py
@@ -20,7 +20,7 @@ def run_tests(self):
20
21
setup(
22
name='vcrpy',
23
- version='1.0.2',
+ version='1.0.3',
24
description=(
25
"Automatically mock your HTTP interactions to simplify and "
26
"speed up testing"
0 commit comments