diff --git a/README.md b/README.md index 59e90c2..f71e5c2 100644 --- a/README.md +++ b/README.md @@ -259,6 +259,8 @@ This library is a work in progress, so the API might change on you. There are probably some [bugs](https://github.com/kevin1024/vcrpy/issues?labels=bug&page=1&state=open) floating around too. ##Changelog +* 0.3.2: Fix issue with new config syntax and the `match_on` parameter. + Thanks, @chromy! * 0.3.1: Fix issue causing full paths to be sent on the HTTP request line. * 0.3.0: *Backwards incompatible release* - Added support for record diff --git a/setup.py b/setup.py index 96104b9..b696897 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ class PyTest(TestCommand): sys.exit(errno) setup(name='vcrpy', - version='0.3.1', + version='0.3.2', description="A Python port of Ruby's VCR to make mocking HTTP easier", author='Kevin McCarthy', author_email='me@kevinmccarthy.org',