From 1bd3fbd2c6cbd8af9505f03aa3da8452ec2d13a8 Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Mon, 1 Sep 2014 15:50:25 -1000 Subject: [PATCH] bump version --- README.md | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f8edead..0a9c954 100644 --- a/README.md +++ b/README.md @@ -423,6 +423,8 @@ API in version 1.0.x ## Changelog + * 1.0.3: Fix an issue with requests 2.4 and make sure case sensitivity is + consistent across python versions * 1.0.2: Fix an issue with requests 2.3 * 1.0.1: Fix a bug with the new ignore requests feature and the once record mode diff --git a/setup.py b/setup.py index 3d5ad9c..dc2f629 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ class PyTest(TestCommand): setup( name='vcrpy', - version='1.0.2', + version='1.0.3', description=( "Automatically mock your HTTP interactions to simplify and " "speed up testing"