mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-09 01:03:24 +00:00
bump version to 1.9.0
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
Changelog
|
Changelog
|
||||||
---------
|
---------
|
||||||
|
- 1.9.0 Add support for boto3 (thanks @desdm, @foorbarna). Fix deepcopy issue
|
||||||
|
for response headers when `decode_compressed_response` is enabled (thanks
|
||||||
|
@nickdirienzo)
|
||||||
- 1.8.0 Fix for Serialization errors with JSON adapter (thanks
|
- 1.8.0 Fix for Serialization errors with JSON adapter (thanks
|
||||||
@aliaksandrb). Avoid concatenating bytes with strings (thanks
|
@aliaksandrb). Avoid concatenating bytes with strings (thanks
|
||||||
@jaysonsantos). Exclude __pycache__ dirs & compiled files in sdist
|
@jaysonsantos). Exclude __pycache__ dirs & compiled files in sdist
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -51,7 +51,7 @@ except Exception:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='vcrpy',
|
name='vcrpy',
|
||||||
version='1.8.0',
|
version='1.9.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"
|
||||||
|
|||||||
Reference in New Issue
Block a user