Skip to content

Commit 6e049ba

Browse files
committed
version bump to v1.1.2
1 parent 916e783 commit 6e049ba

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: README.md

+2
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,8 @@ API in version 1.0.x
457457

458458

459459
## Changelog
460+
* 1.1.2 Add urllib==1.7.1 support. Make json serialize error handling correct
461+
Improve logging of match failures.
460462
* 1.1.1 Use function signature preserving `wrapt.decorator` to write the
461463
decorator version of use_cassette in order to ensure compatibility with
462464
py.test fixtures and python 2. Move all request filtering into the

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def run_tests(self):
2020

2121
setup(
2222
name='vcrpy',
23-
version='1.1.1',
23+
version='1.1.2',
2424
description=(
2525
"Automatically mock your HTTP interactions to simplify and "
2626
"speed up testing"

0 commit comments

Comments
 (0)