Skip to content

Commit

Permalink
Version 1.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
colonelpanic8 committed Mar 24, 2015
1 parent bba5df2 commit e9c690b
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 @@ -474,6 +474,8 @@ API in version 1.0.x


## Changelog
* 1.3.0 Fix/add support for urllib3 (thanks @aisch), fix default
port for https (thanks @abhinav).
* 1.2.0 Add custom_patches argument to VCR/Cassette objects to allow
users to stub custom classes when cassettes become active.
* 1.1.4 Add force reset around calls to actual connection from stubs, to ensure
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.2.0',
version='1.3.0',
description=(
"Automatically mock your HTTP interactions to simplify and "
"speed up testing"
Expand Down

0 comments on commit e9c690b

Please sign in to comment.