Skip to content

Commit 0cf11d4

Browse files
committed
Bump version to 2.0.0
1 parent 75a3346 commit 0cf11d4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/changelog.rst

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
Changelog
22
---------
3+
- 2.0.0 - Support python 3.7 (fix httplib2 and urllib2, thanks @felixonmars)
4+
[#356] Fixes `before_record_response` so the original response isn't changed (thanks @kgraves)
5+
Fix requests stub when using proxy (thanks @samuelfekete @daneoshiga)
6+
(only for aiohttp stub) Drop support to python 3.4 asyncio.coroutine (aiohttp doesn't support python it anymore)
7+
Fix aiohttp stub to work with aiohttp client (thanks @stj)
8+
Fix aiohttp stub to accept content type passed
9+
Improve docs (thanks @adamchainz)
310
- 1.13.0 - Fix support to latest aiohttp version (3.3.2). Fix content-type bug in aiohttp stub. Save URL with query params properly when using aiohttp.
411
- 1.12.0 - Fix support to latest aiohttp version (3.2.1), Adapted setup to PEP508, Support binary responses on aiohttp, Dropped support for EOL python versions (2.6 and 3.3)
512
- 1.11.1 Fix compatibility with newest requests and urllib3 releases

setup.py

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

3838
setup(
3939
name='vcrpy',
40-
version='1.13.0',
40+
version='2.0.0',
4141
description=(
4242
"Automatically mock your HTTP interactions to simplify and "
4343
"speed up testing"

0 commit comments

Comments
 (0)