From 80ece7750fd061b8c0a86e03843da037a3b496ba Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 15 Jul 2015 00:25:56 -0700 Subject: [PATCH] v1.6.1 --- README.rst | 6 +++++- setup.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 5c9d8f22..ac35d856 100644 --- a/README.rst +++ b/README.rst @@ -606,7 +606,11 @@ new API in version 1.0.x Changelog --------- -- 1.6.0 [#120] Tornado support thanks (thanks @abhinav), [#147] packaging fixes +- 1.6.1 [#169] Support conditional requirements in old versions of + pip, Fix RST parse errors generated by pandoc, [Tornado] Fix + unsupported features exception not being raised, [#166] + content-aware body matcher. +- 1.6.0 [#120] Tornado support (thanks @abhinav), [#147] packaging fixes (thanks @graingert), [#158] allow filtering post params in requests (thanks @MrJohz), [#140] add xmlrpclib support (thanks @Diaoul). - 1.5.2 Fix crash when cassette path contains cassette library diff --git a/setup.py b/setup.py index 4b8c5494..826744f7 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ def run_tests(self): setup( name='vcrpy', - version='1.6.0', + version='1.6.1', description=( "Automatically mock your HTTP interactions to simplify and " "speed up testing"