1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00

Bump vesrsion to 1.1.4, add to release notes.

This commit is contained in:
Ivan Malison
2014-12-26 05:26:24 -05:00
parent e1f65bcbdc
commit 83aed99058
2 changed files with 3 additions and 1 deletions

View File

@@ -457,6 +457,8 @@ API in version 1.0.x
## Changelog
* 1.1.4 Add force reset around calls to actual connection from stubs, to ensure
compatibility with the version of httplib/urlib2 in python 2.7.9.
* 1.1.3 Fix python3 headers field (thanks @rtaboada), fix boto test (thanks
@telaviv), fix new_episodes record mode (thanks @jashugan), fix Windows
connectionpool stub bug (thanks @gazpachoking), add support for requests 2.5

View File

@@ -20,7 +20,7 @@ class PyTest(TestCommand):
setup(
name='vcrpy',
version='1.1.3',
version='1.1.4',
description=(
"Automatically mock your HTTP interactions to simplify and "
"speed up testing"