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"