mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-10 09:35:34 +00:00
bump version
This commit is contained in:
@@ -484,6 +484,7 @@ API in version 1.0.x
|
|||||||
|
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
* 1.4.1 Include README, tests, LICENSE in package. Thanks @ralphbean.
|
||||||
* 1.4.0 Filter post data parameters (thanks @eadmundo), support for
|
* 1.4.0 Filter post data parameters (thanks @eadmundo), support for
|
||||||
posting files through requests, inject_cassette kwarg to access
|
posting files through requests, inject_cassette kwarg to access
|
||||||
cassette from `use_cassette` decorated function,
|
cassette from `use_cassette` decorated function,
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -20,7 +20,7 @@ class PyTest(TestCommand):
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='vcrpy',
|
name='vcrpy',
|
||||||
version='1.4.0',
|
version='1.4.1',
|
||||||
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