Skip to content

Commit 83aed99

Browse files
committed
Bump vesrsion to 1.1.4, add to release notes.
1 parent e1f65bc commit 83aed99

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.4 Add force reset around calls to actual connection from stubs, to ensure
461+
compatibility with the version of httplib/urlib2 in python 2.7.9.
460462
* 1.1.3 Fix python3 headers field (thanks @rtaboada), fix boto test (thanks
461463
@telaviv), fix new_episodes record mode (thanks @jashugan), fix Windows
462464
connectionpool stub bug (thanks @gazpachoking), add support for requests 2.5

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.3',
23+
version='1.1.4',
2424
description=(
2525
"Automatically mock your HTTP interactions to simplify and "
2626
"speed up testing"

0 commit comments

Comments
 (0)