From e9c690b9e796b87d152f3f08150afcce6d245336 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 23 Mar 2015 18:10:26 -0700 Subject: [PATCH] Version 1.3.0. --- README.md | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bb326dea..8f6ee262 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/setup.py b/setup.py index 68030674..a6a87011 100644 --- a/setup.py +++ b/setup.py @@ -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"