1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00
This commit is contained in:
Ivan Malison
2015-08-02 13:36:57 -07:00
parent eb394b90d9
commit 8b59d73f25
2 changed files with 5 additions and 1 deletions

View File

@@ -608,6 +608,10 @@ new API in version 1.0.x
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
pip, Fix RST parse errors generated by pandoc, [Tornado] Fix
unsupported features exception not being raised, [#166]

View File

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