1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 09:13:23 +00:00

Bump version for bugfix release

This commit is contained in:
Kevin McCarthy
2013-09-21 16:41:07 -10:00
parent c03459e582
commit cf8646d8d6
2 changed files with 3 additions and 1 deletions

View File

@@ -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. There are probably some [bugs](https://github.com/kevin1024/vcrpy/issues?labels=bug&page=1&state=open) floating around too.
##Changelog ##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 * 0.3.1: Fix issue causing full paths to be sent on the HTTP request
line. line.
* 0.3.0: *Backwards incompatible release* - Added support for record * 0.3.0: *Backwards incompatible release* - Added support for record

View File

@@ -19,7 +19,7 @@ class PyTest(TestCommand):
sys.exit(errno) sys.exit(errno)
setup(name='vcrpy', setup(name='vcrpy',
version='0.3.1', version='0.3.2',
description="A Python port of Ruby's VCR to make mocking HTTP easier", description="A Python port of Ruby's VCR to make mocking HTTP easier",
author='Kevin McCarthy', author='Kevin McCarthy',
author_email='me@kevinmccarthy.org', author_email='me@kevinmccarthy.org',