From 8b59d73f253958c5f148a3d0d1a4757b16f2f10c Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 2 Aug 2015 13:36:57 -0700 Subject: [PATCH] v1.7.0 --- README.rst | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b387be2..dd3337e 100644 --- a/README.rst +++ b/README.rst @@ -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] diff --git a/setup.py b/setup.py index d14bfd8..6f23a83 100644 --- a/setup.py +++ b/setup.py @@ -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"