mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-09 01:03:24 +00:00
v1.7.0
This commit is contained in:
@@ -608,6 +608,10 @@ new API in version 1.0.x
|
|||||||
|
|
||||||
Changelog
|
Changelog
|
||||||
---------
|
---------
|
||||||
|
- 1.7.0 [#177] Properly support coroutine/generator decoration. [#178]
|
||||||
|
Support distribute (thanks @graingert). [#163] Make compatibility
|
||||||
|
between python2 and python3 recorded cassettes more robust (thanks
|
||||||
|
@gward).
|
||||||
- 1.6.1 [#169] Support conditional requirements in old versions of
|
- 1.6.1 [#169] Support conditional requirements in old versions of
|
||||||
pip, Fix RST parse errors generated by pandoc, [Tornado] Fix
|
pip, Fix RST parse errors generated by pandoc, [Tornado] Fix
|
||||||
unsupported features exception not being raised, [#166]
|
unsupported features exception not being raised, [#166]
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -49,7 +49,7 @@ except Exception:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='vcrpy',
|
name='vcrpy',
|
||||||
version='1.6.1',
|
version='1.7.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