From ad6f635ac2b14936974f56ebb2403f4b53576ac7 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 15 May 2015 16:54:40 -0700 Subject: [PATCH] Version 1.5.2. --- README.md | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d2bf185..ceb4c858 100644 --- a/README.md +++ b/README.md @@ -543,6 +543,8 @@ API in version 1.0.x ## Changelog + * 1.5.2 Fix crash when cassette path contains cassette library + directory (thanks @gazpachoking). * 1.5.0 Automatic cassette naming and 'application/json' post data filtering (thanks @marco-santamaria). * 1.4.2 Fix a bug caused by requests 2.7 and chunked transfer encoding diff --git a/setup.py b/setup.py index 4ef36ced..f1fcb6c0 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ def run_tests(self): setup( name='vcrpy', - version='1.5.1', + version='1.5.2', description=( "Automatically mock your HTTP interactions to simplify and " "speed up testing"