We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 830a3c2 commit 76d3653Copy full SHA for 76d3653
docs/changelog.rst
@@ -1,5 +1,6 @@
1
Changelog
2
---------
3
+- 1.10.1 Fix build for Fedora package + python2 (thanks @puiterwijk and @lamenezes)
4
- 1.10.0 Add support for aiohttp (thanks @lamenezes)
5
- 1.9.0 Add support for boto3 (thanks @desdm, @foorbarna). Fix deepcopy issue
6
for response headers when `decode_compressed_response` is enabled (thanks
setup.py
@@ -55,7 +55,7 @@ def run_tests(self):
55
56
setup(
57
name='vcrpy',
58
- version='1.10.0',
+ version='1.10.1',
59
description=(
60
"Automatically mock your HTTP interactions to simplify and "
61
"speed up testing"
0 commit comments