Skip to content

Commit 2275749

Browse files
committed
bump for version 0.3.4
1 parent 16fbe40 commit 2275749

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ This library is a work in progress, so the API might change on you.
259259
There are probably some [bugs](https://github.com/kevin1024/vcrpy/issues?labels=bug&page=1&state=open) floating around too.
260260

261261
##Changelog
262+
* 0.3.4: Bugfix: close file before renaming it. This fixes an issue on Windows. Thanks @smallcode for the fix.
262263
* 0.3.3: Bugfix for error message when an unreigstered custom matcher
263264
was used
264265
* 0.3.2: Fix issue with new config syntax and the `match_on` parameter.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def run_tests(self):
1919
sys.exit(errno)
2020

2121
setup(name='vcrpy',
22-
version='0.3.3',
22+
version='0.3.4',
2323
description="A Python port of Ruby's VCR to make mocking HTTP easier",
2424
author='Kevin McCarthy',
2525
author_email='[email protected]',

0 commit comments

Comments
 (0)