Skip to content

Commit e9c690b

Browse files
committed
Version 1.3.0.
1 parent bba5df2 commit e9c690b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: README.md

+2
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,8 @@ API in version 1.0.x
474474

475475

476476
## Changelog
477+
* 1.3.0 Fix/add support for urllib3 (thanks @aisch), fix default
478+
port for https (thanks @abhinav).
477479
* 1.2.0 Add custom_patches argument to VCR/Cassette objects to allow
478480
users to stub custom classes when cassettes become active.
479481
* 1.1.4 Add force reset around calls to actual connection from stubs, to ensure

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.2.0',
23+
version='1.3.0',
2424
description=(
2525
"Automatically mock your HTTP interactions to simplify and "
2626
"speed up testing"

0 commit comments

Comments
 (0)