File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
---------
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).
3
9
- 1.7.4 [#217] Make use_cassette decorated functions actually return a
4
10
value (thanks @bcen). [#199] Fix path transfromation defaults.
5
11
Better headers dictionary management.
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ def run_tests(self):
51
51
52
52
setup (
53
53
name = 'vcrpy' ,
54
- version = '1.7.4 ' ,
54
+ version = '1.8.0 ' ,
55
55
description = (
56
56
"Automatically mock your HTTP interactions to simplify and "
57
57
"speed up testing"
You can’t perform that action at this time.
0 commit comments