We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57df0c6 commit 3a46616Copy full SHA for 3a46616
docs/changelog.rst
@@ -1,5 +1,8 @@
1
Changelog
2
---------
3
+- 1.9.0 Add support for boto3 (thanks @desdm, @foorbarna). Fix deepcopy issue
4
+ for response headers when `decode_compressed_response` is enabled (thanks
5
+ @nickdirienzo)
6
- 1.8.0 Fix for Serialization errors with JSON adapter (thanks
7
@aliaksandrb). Avoid concatenating bytes with strings (thanks
8
@jaysonsantos). Exclude __pycache__ dirs & compiled files in sdist
setup.py
@@ -51,7 +51,7 @@ def run_tests(self):
51
52
setup(
53
name='vcrpy',
54
- version='1.8.0',
+ version='1.9.0',
55
description=(
56
"Automatically mock your HTTP interactions to simplify and "
57
"speed up testing"
0 commit comments