mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-09 09:13:23 +00:00
bump version
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
Changelog
|
Changelog
|
||||||
---------
|
---------
|
||||||
|
- 1.10.4 Fix an issue with asyncio aiohttp (thanks @madninja)
|
||||||
- 1.10.3 Fix some issues with asyncio and params (thanks @anovikov1984 and
|
- 1.10.3 Fix some issues with asyncio and params (thanks @anovikov1984 and
|
||||||
@lamenezes), Fix some issues with cassette serialize / deserialize and empty
|
@lamenezes), Fix some issues with cassette serialize / deserialize and empty
|
||||||
response bodies (thanks @gRoussac and @dz0ny)
|
response bodies (thanks @gRoussac and @dz0ny)
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -55,7 +55,7 @@ if sys.version_info[0] == 2:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='vcrpy',
|
name='vcrpy',
|
||||||
version='1.10.3',
|
version='1.10.4',
|
||||||
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