1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 01:03:24 +00:00
This commit is contained in:
Ivan Malison
2016-06-09 12:16:14 -07:00
parent 34d07406f9
commit 1ef099a13e
2 changed files with 7 additions and 1 deletions

View File

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

View File

@@ -51,7 +51,7 @@ except Exception:
setup( setup(
name='vcrpy', name='vcrpy',
version='1.7.4', version='1.8.0',
description=( description=(
"Automatically mock your HTTP interactions to simplify and " "Automatically mock your HTTP interactions to simplify and "
"speed up testing" "speed up testing"