mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-09 01:03:24 +00:00
Bump version to 2.0.1
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
Changelog
|
Changelog
|
||||||
---------
|
---------
|
||||||
|
- 2.0.1 - Fix bug when using vcrpy with python 3.4
|
||||||
- 2.0.0 - Support python 3.7 (fix httplib2 and urllib2, thanks @felixonmars)
|
- 2.0.0 - Support python 3.7 (fix httplib2 and urllib2, thanks @felixonmars)
|
||||||
[#356] Fixes `before_record_response` so the original response isn't changed (thanks @kgraves)
|
[#356] Fixes `before_record_response` so the original response isn't changed (thanks @kgraves)
|
||||||
Fix requests stub when using proxy (thanks @samuelfekete @daneoshiga)
|
Fix requests stub when using proxy (thanks @samuelfekete @daneoshiga)
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -37,7 +37,7 @@ if sys.version_info[0] == 2:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='vcrpy',
|
name='vcrpy',
|
||||||
version='2.0.0',
|
version='2.0.1',
|
||||||
description=(
|
description=(
|
||||||
"Automatically mock your HTTP interactions to simplify and "
|
"Automatically mock your HTTP interactions to simplify and "
|
||||||
"speed up testing"
|
"speed up testing"
|
||||||
|
|||||||
Reference in New Issue
Block a user