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

bump version

This commit is contained in:
Kevin McCarthy
2015-05-05 22:22:37 -10:00
parent 4ade547779
commit 5cfb005b48
2 changed files with 2 additions and 1 deletions

View File

@@ -484,6 +484,7 @@ API in version 1.0.x
## Changelog
* 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
posting files through requests, inject_cassette kwarg to access

View File

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