We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2454aa2 commit 1d9f8b5Copy full SHA for 1d9f8b5
docs/changelog.rst
@@ -1,5 +1,8 @@
1
Changelog
2
---------
3
+- 1.10.3 Fix some issues with asyncio and params (thanks @anovikov1984 and
4
+ @lamenezes), Fix some issues with cassette serialize / deserialize and empty
5
+ response bodies (thanks @gRoussac and @dz0ny)
6
- 1.10.2 Fix 1.10.1 release - add aiohttp support back in
7
- 1.10.1 [bad release] Fix build for Fedora package + python2 (thanks @puiterwijk and @lamenezes)
8
- 1.10.0 Add support for aiohttp (thanks @lamenezes)
setup.py
@@ -55,7 +55,7 @@ def run_tests(self):
55
56
setup(
57
name='vcrpy',
58
- version='1.10.2',
+ version='1.10.3',
59
description=(
60
"Automatically mock your HTTP interactions to simplify and "
61
"speed up testing"
0 commit comments