From ef727aaaafe5dd1bf07e152b3ef8c738806de78d Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Sat, 27 May 2017 16:47:11 -1000 Subject: [PATCH] bump version --- docs/changelog.rst | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index f3c299d..22240ac 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,5 +1,6 @@ Changelog --------- +- 1.11.1 Fix compatibility with newest requests and urllib3 releases - 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) diff --git a/setup.py b/setup.py index 36d2605..63b66e2 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ if sys.version_info[0] == 2: setup( name='vcrpy', - version='1.11.0', + version='1.11.1', description=( "Automatically mock your HTTP interactions to simplify and " "speed up testing"