Skip to content

Commit 1ef099a

Browse files
committed
v 1.8.0
1 parent 34d0740 commit 1ef099a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: docs/changelog.rst

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
Changelog
22
---------
3+
- 1.8.0 Fix for Serialization errors with JSON adapter (thanks
4+
@aliaksandrb). Avoid concatenating bytes with strings (thanks
5+
@jaysonsantos). Exclude __pycache__ dirs & compiled files in sdist
6+
(thanks @koobs). Fix Tornado support behavior for Tornado 3 (thanks
7+
@abhinav). decode_compressed_response option and filter (thanks
8+
@jayvdb).
39
- 1.7.4 [#217] Make use_cassette decorated functions actually return a
410
value (thanks @bcen). [#199] Fix path transfromation defaults.
511
Better headers dictionary management.

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.7.4',
54+
version='1.8.0',
5555
description=(
5656
"Automatically mock your HTTP interactions to simplify and "
5757
"speed up testing"

0 commit comments

Comments
 (0)