From 2ac3fa9abe194141346806ced56b5e399ae96ec9 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 18 Oct 2015 16:48:27 -0700 Subject: [PATCH] v1.7.4 --- README.rst | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 91916fe..ec79a11 100644 --- a/README.rst +++ b/README.rst @@ -625,6 +625,9 @@ new API in version 1.0.x Changelog --------- +- 1.7.4 [#217] Make use_cassette decorated functions actually return a + value (thanks @bcen). [#199] Fix path transfromation defaults. + Better headers dictionary management. - 1.7.3 [#188] ``additional_matchers`` kwarg on ``use_cassette``. [#191] Actually support passing multiple before_record_request functions (thanks @agriffis). diff --git a/setup.py b/setup.py index 9e77760..08c2fb4 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ except Exception: setup( name='vcrpy', - version='1.7.3', + version='1.7.4', description=( "Automatically mock your HTTP interactions to simplify and " "speed up testing"