From c6590f2caf06b129a3149012a3956b7d34f5a930 Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Sat, 17 May 2014 13:09:10 -1000 Subject: [PATCH] bump version --- README.md | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 80da0fa..f69e1c3 100644 --- a/README.md +++ b/README.md @@ -423,6 +423,7 @@ API in version 1.0.x ## Changelog + * 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 * 1.0.0: _BACKWARDS INCOMPATIBLE_: Please see the 'upgrade' section in the diff --git a/setup.py b/setup.py index 967aa7e..3d5ad9c 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ class PyTest(TestCommand): setup( name='vcrpy', - version='1.0.1', + version='1.0.2', description=( "Automatically mock your HTTP interactions to simplify and " "speed up testing"