From e42746fa88a400ae87551fc5e6274eb6c71b03c6 Mon Sep 17 00:00:00 2001 From: Luiz Menezes Date: Sun, 23 Sep 2018 15:25:04 -0300 Subject: [PATCH] Bump version to 2.0.1 --- 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 a00dcc6..8ff6e58 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,5 +1,6 @@ Changelog --------- +- 2.0.1 - Fix bug when using vcrpy with python 3.4 - 2.0.0 - Support python 3.7 (fix httplib2 and urllib2, thanks @felixonmars) [#356] Fixes `before_record_response` so the original response isn't changed (thanks @kgraves) Fix requests stub when using proxy (thanks @samuelfekete @daneoshiga) diff --git a/setup.py b/setup.py index 54c0607..ae821ac 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ if sys.version_info[0] == 2: setup( name='vcrpy', - version='2.0.0', + version='2.0.1', description=( "Automatically mock your HTTP interactions to simplify and " "speed up testing"