Skip to content

Commit 3a46616

Browse files
committed
bump version to 1.9.0
1 parent 57df0c6 commit 3a46616

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: docs/changelog.rst

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Changelog
22
---------
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)
36
- 1.8.0 Fix for Serialization errors with JSON adapter (thanks
47
@aliaksandrb). Avoid concatenating bytes with strings (thanks
58
@jaysonsantos). Exclude __pycache__ dirs & compiled files in sdist

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def run_tests(self):
5151

5252
setup(
5353
name='vcrpy',
54-
version='1.8.0',
54+
version='1.9.0',
5555
description=(
5656
"Automatically mock your HTTP interactions to simplify and "
5757
"speed up testing"

0 commit comments

Comments
 (0)