mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-09 17:15:35 +00:00
Version 1.5.2.
This commit is contained in:
@@ -543,6 +543,8 @@ API in version 1.0.x
|
|||||||
|
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
* 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
|
* 1.5.0 Automatic cassette naming and 'application/json' post data
|
||||||
filtering (thanks @marco-santamaria).
|
filtering (thanks @marco-santamaria).
|
||||||
* 1.4.2 Fix a bug caused by requests 2.7 and chunked transfer encoding
|
* 1.4.2 Fix a bug caused by requests 2.7 and chunked transfer encoding
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -20,7 +20,7 @@ class PyTest(TestCommand):
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='vcrpy',
|
name='vcrpy',
|
||||||
version='1.5.1',
|
version='1.5.2',
|
||||||
description=(
|
description=(
|
||||||
"Automatically mock your HTTP interactions to simplify and "
|
"Automatically mock your HTTP interactions to simplify and "
|
||||||
"speed up testing"
|
"speed up testing"
|
||||||
|
|||||||
Reference in New Issue
Block a user