Skip to content

Commit 1d9f8b5

Browse files
committed
bump version to 1.10.3
1 parent 2454aa2 commit 1d9f8b5

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.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)
36
- 1.10.2 Fix 1.10.1 release - add aiohttp support back in
47
- 1.10.1 [bad release] Fix build for Fedora package + python2 (thanks @puiterwijk and @lamenezes)
58
- 1.10.0 Add support for aiohttp (thanks @lamenezes)

Diff for: setup.py

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

5656
setup(
5757
name='vcrpy',
58-
version='1.10.2',
58+
version='1.10.3',
5959
description=(
6060
"Automatically mock your HTTP interactions to simplify and "
6161
"speed up testing"

0 commit comments

Comments
 (0)