From 6e049ba7a1d04e1d535a024cb33946fe626a4096 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 8 Oct 2014 12:11:53 -0700 Subject: [PATCH] version bump to v1.1.2 --- README.md | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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"