Skip to content

Commit

Permalink
Version 1.5.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
colonelpanic8 committed May 15, 2015
1 parent 142b840 commit ad6f635
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,8 @@ API in version 1.0.x


## Changelog
* 1.5.2 Fix crash when cassette path contains cassette library
directory (thanks @gazpachoking).
* 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
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.5.1',
version='1.5.2',
description=(
"Automatically mock your HTTP interactions to simplify and "
"speed up testing"
Expand Down

0 comments on commit ad6f635

Please sign in to comment.