Skip to content

Commit 76d3653

Browse files
committed
bump version
1 parent 830a3c2 commit 76d3653

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: docs/changelog.rst

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Changelog
22
---------
3+
- 1.10.1 Fix build for Fedora package + python2 (thanks @puiterwijk and @lamenezes)
34
- 1.10.0 Add support for aiohttp (thanks @lamenezes)
45
- 1.9.0 Add support for boto3 (thanks @desdm, @foorbarna). Fix deepcopy issue
56
for response headers when `decode_compressed_response` is enabled (thanks

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.0',
58+
version='1.10.1',
5959
description=(
6060
"Automatically mock your HTTP interactions to simplify and "
6161
"speed up testing"

0 commit comments

Comments
 (0)