From ecbc192fc445d3bd91aba43d1a34dd6d9ccb1976 Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Tue, 13 Sep 2016 15:49:18 -1000 Subject: [PATCH] bump version --- docs/changelog.rst | 3 ++- setup.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 5c45084..f0a0cab 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,7 @@ Changelog --------- -- 1.10.1 Fix build for Fedora package + python2 (thanks @puiterwijk and @lamenezes) +- 1.10.2 Fix 1.10.1 release - add aiohttp support back in +- 1.10.1 [bad release] Fix build for Fedora package + python2 (thanks @puiterwijk and @lamenezes) - 1.10.0 Add support for aiohttp (thanks @lamenezes) - 1.9.0 Add support for boto3 (thanks @desdm, @foorbarna). Fix deepcopy issue for response headers when `decode_compressed_response` is enabled (thanks diff --git a/setup.py b/setup.py index 34b3f0f..9615fb0 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ if sys.version_info[0] == 2: setup( name='vcrpy', - version='1.10.1', + version='1.10.2', description=( "Automatically mock your HTTP interactions to simplify and " "speed up testing"