diff --git a/README.md b/README.md index a78720c..b5ea2cf 100644 --- a/README.md +++ b/README.md @@ -457,6 +457,8 @@ API in version 1.0.x ## Changelog + * 1.1.2 Add urllib==1.7.1 support. Make json serialize error handling correct + Improve logging of match failures. * 1.1.1 Use function signature preserving `wrapt.decorator` to write the decorator version of use_cassette in order to ensure compatibility with py.test fixtures and python 2. Move all request filtering into the diff --git a/setup.py b/setup.py index db4b002..9962d62 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ class PyTest(TestCommand): setup( name='vcrpy', - version='1.1.1', + version='1.1.2', description=( "Automatically mock your HTTP interactions to simplify and " "speed up testing"