From 0c4020df7deee30034f6e75889c62aa5ad8dfff3 Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Tue, 2 May 2017 11:36:12 +0100 Subject: [PATCH] version bump 1.11.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 4fc0bb5..f3c299d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,5 +1,8 @@ Changelog --------- +- 1.11.0 Allow injection of persistence methods + bugfixes (thanks @j-funk and @IvanMalison), + Support python 3.6 + CI tests (thanks @derekbekoe and @graingert), + Support pytest-asyncio coroutines (thanks @graingert) - 1.10.5 Added a fix to httplib2 (thanks @carlosds730), Fix an issue with aiohttp (thanks @madninja), Add missing requirement yarl (thanks @lamenezes), Remove duplicate mock triple (thanks @FooBarQuaxx) diff --git a/setup.py b/setup.py index 0db660c..36d2605 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ if sys.version_info[0] == 2: setup( name='vcrpy', - version='1.10.5', + version='1.11.0', description=( "Automatically mock your HTTP interactions to simplify and " "speed up testing"