From 3a46616ba6bf9dd4bd81dd870ab8402ddb5bbccf Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Sat, 16 Jul 2016 08:07:51 -1000 Subject: [PATCH] bump version to 1.9.0 --- docs/changelog.rst | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 48cd4c5..3b9d0a8 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,5 +1,8 @@ Changelog --------- +- 1.9.0 Add support for boto3 (thanks @desdm, @foorbarna). Fix deepcopy issue + for response headers when `decode_compressed_response` is enabled (thanks + @nickdirienzo) - 1.8.0 Fix for Serialization errors with JSON adapter (thanks @aliaksandrb). Avoid concatenating bytes with strings (thanks @jaysonsantos). Exclude __pycache__ dirs & compiled files in sdist diff --git a/setup.py b/setup.py index 10bbe0b..231f79d 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ except Exception: setup( name='vcrpy', - version='1.8.0', + version='1.9.0', description=( "Automatically mock your HTTP interactions to simplify and " "speed up testing"