diff --git a/docs/changelog.rst b/docs/changelog.rst index 22240ac3..df4fc414 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,5 +1,6 @@ Changelog --------- +- 1.12.0 - Fix support to latest aiohttp version (3.2.1), Adapted setup to PEP508, Support binary responses on aiohttp, Dropped support for EOL python versions (2.6 and 3.3) - 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), diff --git a/setup.py b/setup.py index ef3276c0..a6857988 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ def run_tests(self): setup( name='vcrpy', - version='1.11.1', + version='1.12.0', description=( "Automatically mock your HTTP interactions to simplify and " "speed up testing"