We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 204cb8f commit 0c4020dCopy full SHA for 0c4020d
docs/changelog.rst
@@ -1,5 +1,8 @@
1
Changelog
2
---------
3
+- 1.11.0 Allow injection of persistence methods + bugfixes (thanks @j-funk and @IvanMalison),
4
+ Support python 3.6 + CI tests (thanks @derekbekoe and @graingert),
5
+ Support pytest-asyncio coroutines (thanks @graingert)
6
- 1.10.5 Added a fix to httplib2 (thanks @carlosds730), Fix an issue with
7
aiohttp (thanks @madninja), Add missing requirement yarl (thanks @lamenezes),
8
Remove duplicate mock triple (thanks @FooBarQuaxx)
setup.py
@@ -56,7 +56,7 @@ def run_tests(self):
56
57
setup(
58
name='vcrpy',
59
- version='1.10.5',
+ version='1.11.0',
60
description=(
61
"Automatically mock your HTTP interactions to simplify and "
62
"speed up testing"
0 commit comments