We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 365e7cb commit 53c55b1Copy full SHA for 53c55b1
docs/changelog.rst
@@ -1,5 +1,8 @@
1
Changelog
2
---------
3
+- 1.10.5 Added a fix to httplib2 (thanks @carlosds730), Fix an issue with
4
+ aiohttp (thanks @madninja), Add missing requirement yarl (thanks @lamenezes),
5
+ Remove duplicate mock triple (thanks @FooBarQuaxx)
6
- 1.10.4 Fix an issue with asyncio aiohttp (thanks @madninja)
7
- 1.10.3 Fix some issues with asyncio and params (thanks @anovikov1984 and
8
@lamenezes), Fix some issues with cassette serialize / deserialize and empty
setup.py
@@ -56,7 +56,7 @@ def run_tests(self):
56
57
setup(
58
name='vcrpy',
59
- version='1.10.4',
+ version='1.10.5',
60
description=(
61
"Automatically mock your HTTP interactions to simplify and "
62
"speed up testing"
0 commit comments