Skip to content

Commit 5cfb005

Browse files
committed
bump version
1 parent 4ade547 commit 5cfb005

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -484,6 +484,7 @@ API in version 1.0.x
484484

485485

486486
## Changelog
487+
* 1.4.2 Fix a bug caused by requests 2.7 and chunked transfer encoding
487488
* 1.4.1 Include README, tests, LICENSE in package. Thanks @ralphbean.
488489
* 1.4.0 Filter post data parameters (thanks @eadmundo), support for
489490
posting files through requests, inject_cassette kwarg to access

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def run_tests(self):
2020

2121
setup(
2222
name='vcrpy',
23-
version='1.4.1',
23+
version='1.4.2',
2424
description=(
2525
"Automatically mock your HTTP interactions to simplify and "
2626
"speed up testing"

0 commit comments

Comments
 (0)