Skip to content

Commit

Permalink
bump version to 1.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin1024 committed Oct 2, 2016
1 parent 2454aa2 commit 1d9f8b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def run_tests(self):

setup(
name='vcrpy',
version='1.10.2',
version='1.10.3',
description=(
"Automatically mock your HTTP interactions to simplify and "
"speed up testing"
Expand Down

0 comments on commit 1d9f8b5

Please sign in to comment.