Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin1024 committed May 6, 2015
1 parent 4ade547 commit 5cfb005
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def run_tests(self):

setup(
name='vcrpy',
version='1.4.1',
version='1.4.2',
description=(
"Automatically mock your HTTP interactions to simplify and "
"speed up testing"
Expand Down

0 comments on commit 5cfb005

Please sign in to comment.