Skip to content

Commit 53c55b1

Browse files
committed
version bump
1 parent 365e7cb commit 53c55b1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: docs/changelog.rst

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Changelog
22
---------
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)
36
- 1.10.4 Fix an issue with asyncio aiohttp (thanks @madninja)
47
- 1.10.3 Fix some issues with asyncio and params (thanks @anovikov1984 and
58
@lamenezes), Fix some issues with cassette serialize / deserialize and empty

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def run_tests(self):
5656

5757
setup(
5858
name='vcrpy',
59-
version='1.10.4',
59+
version='1.10.5',
6060
description=(
6161
"Automatically mock your HTTP interactions to simplify and "
6262
"speed up testing"

0 commit comments

Comments
 (0)