From 2275749eaa13cedac8934a4b23e69649289a4452 Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Thu, 24 Oct 2013 19:56:36 -1000 Subject: [PATCH] bump for version 0.3.4 --- README.md | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d60fdf0e..f320486c 100644 --- a/README.md +++ b/README.md @@ -259,6 +259,7 @@ 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.4: Bugfix: close file before renaming it. This fixes an issue on Windows. Thanks @smallcode for the fix. * 0.3.3: Bugfix for error message when an unreigstered custom matcher was used * 0.3.2: Fix issue with new config syntax and the `match_on` parameter. diff --git a/setup.py b/setup.py index 541f78ad..d259f947 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ def run_tests(self): sys.exit(errno) setup(name='vcrpy', - version='0.3.3', + version='0.3.4', description="A Python port of Ruby's VCR to make mocking HTTP easier", author='Kevin McCarthy', author_email='me@kevinmccarthy.org',