1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 01:03:24 +00:00

Version 1.3.0.

This commit is contained in:
Ivan Malison
2015-03-23 18:10:26 -07:00
parent bba5df2fbb
commit e9c690b9e7
2 changed files with 3 additions and 1 deletions

View File

@@ -474,6 +474,8 @@ API in version 1.0.x
## Changelog ## Changelog
* 1.3.0 Fix/add support for urllib3 (thanks @aisch), fix default
port for https (thanks @abhinav).
* 1.2.0 Add custom_patches argument to VCR/Cassette objects to allow * 1.2.0 Add custom_patches argument to VCR/Cassette objects to allow
users to stub custom classes when cassettes become active. users to stub custom classes when cassettes become active.
* 1.1.4 Add force reset around calls to actual connection from stubs, to ensure * 1.1.4 Add force reset around calls to actual connection from stubs, to ensure

View File

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