mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-09 01:03:24 +00:00
version bump 1.11.0
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
Changelog
|
Changelog
|
||||||
---------
|
---------
|
||||||
|
- 1.11.0 Allow injection of persistence methods + bugfixes (thanks @j-funk and @IvanMalison),
|
||||||
|
Support python 3.6 + CI tests (thanks @derekbekoe and @graingert),
|
||||||
|
Support pytest-asyncio coroutines (thanks @graingert)
|
||||||
- 1.10.5 Added a fix to httplib2 (thanks @carlosds730), Fix an issue with
|
- 1.10.5 Added a fix to httplib2 (thanks @carlosds730), Fix an issue with
|
||||||
aiohttp (thanks @madninja), Add missing requirement yarl (thanks @lamenezes),
|
aiohttp (thanks @madninja), Add missing requirement yarl (thanks @lamenezes),
|
||||||
Remove duplicate mock triple (thanks @FooBarQuaxx)
|
Remove duplicate mock triple (thanks @FooBarQuaxx)
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -56,7 +56,7 @@ if sys.version_info[0] == 2:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='vcrpy',
|
name='vcrpy',
|
||||||
version='1.10.5',
|
version='1.11.0',
|
||||||
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