From 8bb3c6beeeddca09aa772bbf6b944811f70ac7c0 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 2 Apr 2015 12:20:16 -0700 Subject: [PATCH] v1.4.0 --- README.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9149f10..021a5c6 100644 --- a/README.md +++ b/README.md @@ -484,6 +484,10 @@ API in version 1.0.x ## Changelog + * 1.4.0 Filter post data parameters (thanks @eadmundo), support for + posting files through requests, inject_cassette kwarg to access + cassette from `use_cassette` decorated function, + `with_current_defaults` actually works (thanks @samstav). * 1.3.0 Fix/add support for urllib3 (thanks @aisch), fix default port for https (thanks @abhinav). * 1.2.0 Add custom_patches argument to VCR/Cassette objects to allow diff --git a/setup.py b/setup.py index 6b59567..582a292 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ class PyTest(TestCommand): setup( name='vcrpy', - version='1.3.0', + version='1.4.0', description=( "Automatically mock your HTTP interactions to simplify and " "speed up testing"