mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-10 09:35:34 +00:00
Bump vesrsion to 1.1.4, add to release notes.
This commit is contained in:
@@ -457,6 +457,8 @@ API in version 1.0.x
|
|||||||
|
|
||||||
|
|
||||||
## Changelog
|
## 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
|
* 1.1.3 Fix python3 headers field (thanks @rtaboada), fix boto test (thanks
|
||||||
@telaviv), fix new_episodes record mode (thanks @jashugan), fix Windows
|
@telaviv), fix new_episodes record mode (thanks @jashugan), fix Windows
|
||||||
connectionpool stub bug (thanks @gazpachoking), add support for requests 2.5
|
connectionpool stub bug (thanks @gazpachoking), add support for requests 2.5
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -20,7 +20,7 @@ class PyTest(TestCommand):
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='vcrpy',
|
name='vcrpy',
|
||||||
version='1.1.3',
|
version='1.1.4',
|
||||||
description=(
|
description=(
|
||||||
"Automatically mock your HTTP interactions to simplify and "
|
"Automatically mock your HTTP interactions to simplify and "
|
||||||
"speed up testing"
|
"speed up testing"
|
||||||
|
|||||||
Reference in New Issue
Block a user