diff --git a/README.md b/README.md index 6d2bf18..ceb4c85 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 4ef36ce..f1fcb6c 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ class PyTest(TestCommand): setup( name='vcrpy', - version='1.5.1', + version='1.5.2', description=( "Automatically mock your HTTP interactions to simplify and " "speed up testing"