1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00

bump version to 1.10.3

This commit is contained in:
Kevin McCarthy
2016-10-02 12:14:27 -10:00
parent 2454aa2eb0
commit 1d9f8b5f7c
2 changed files with 4 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
Changelog
---------
- 1.10.3 Fix some issues with asyncio and params (thanks @anovikov1984 and
@lamenezes), Fix some issues with cassette serialize / deserialize and empty
response bodies (thanks @gRoussac and @dz0ny)
- 1.10.2 Fix 1.10.1 release - add aiohttp support back in
- 1.10.1 [bad release] Fix build for Fedora package + python2 (thanks @puiterwijk and @lamenezes)
- 1.10.0 Add support for aiohttp (thanks @lamenezes)

View File

@@ -55,7 +55,7 @@ if sys.version_info[0] == 2:
setup(
name='vcrpy',
version='1.10.2',
version='1.10.3',
description=(
"Automatically mock your HTTP interactions to simplify and "
"speed up testing"