From c341e48961858f9aebe80b241ee93755cb9ccd19 Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Mon, 21 May 2018 08:57:42 -0500 Subject: [PATCH] bump version for release --- 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 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"