Skip to content

Commit 0c4020d

Browse files
author
Thomas Grainger
committed
version bump 1.11.0
1 parent 204cb8f commit 0c4020d

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.11.0 Allow injection of persistence methods + bugfixes (thanks @j-funk and @IvanMalison),
4+
Support python 3.6 + CI tests (thanks @derekbekoe and @graingert),
5+
Support pytest-asyncio coroutines (thanks @graingert)
36
- 1.10.5 Added a fix to httplib2 (thanks @carlosds730), Fix an issue with
47
aiohttp (thanks @madninja), Add missing requirement yarl (thanks @lamenezes),
58
Remove duplicate mock triple (thanks @FooBarQuaxx)

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.5',
59+
version='1.11.0',
6060
description=(
6161
"Automatically mock your HTTP interactions to simplify and "
6262
"speed up testing"

0 commit comments

Comments
 (0)