From 92303a911aa13596354e006927c4caa8a94e0a20 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 3 Jul 2015 10:17:44 -0700 Subject: [PATCH] v1.6.0 --- README.rst | 4 +++- setup.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 611c7e3..9c114bb 100644 --- a/README.rst +++ b/README.rst @@ -603,7 +603,9 @@ new API in version 1.0.x Changelog --------- - +- 1.6.0 [#120] Tornado support thanks (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 directory (thanks @gazpachoking). - 1.5.0 Automatic cassette naming and 'application/json' post data diff --git a/setup.py b/setup.py index aeeb415..eaf20c3 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ class PyTest(TestCommand): setup( name='vcrpy', - version='1.5.2', + version='1.6.0', description=( "Automatically mock your HTTP interactions to simplify and " "speed up testing"