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

version 1.5.0

This commit is contained in:
Ivan Malison
2015-05-14 14:05:50 -07:00
parent 28640beb7d
commit e324a9677d
2 changed files with 3 additions and 1 deletions

View File

@@ -542,6 +542,8 @@ API in version 1.0.x
## Changelog
* 1.5.0 Automatic cassette naming and 'application/json' post data
filtering (thanks @marco-santamaria).
* 1.4.2 Fix a bug caused by requests 2.7 and chunked transfer encoding
* 1.4.1 Include README, tests, LICENSE in package. Thanks @ralphbean.
* 1.4.0 Filter post data parameters (thanks @eadmundo), support for

View File

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