mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-08 16:53:23 +00:00
v1.6.0
This commit is contained in:
@@ -603,7 +603,9 @@ new API in version 1.0.x
|
|||||||
|
|
||||||
Changelog
|
Changelog
|
||||||
---------
|
---------
|
||||||
|
- 1.6.0 [#120] Tornado support thanks (thanks @abhinav), [#147] packaging fixes
|
||||||
|
(thanks @graingert), [#158] allow filtering post params in requests
|
||||||
|
(thanks @MrJohz), [#140] add xmlrpclib support (thanks @Diaoul).
|
||||||
- 1.5.2 Fix crash when cassette path contains cassette library
|
- 1.5.2 Fix crash when cassette path contains cassette library
|
||||||
directory (thanks @gazpachoking).
|
directory (thanks @gazpachoking).
|
||||||
- 1.5.0 Automatic cassette naming and 'application/json' post data
|
- 1.5.0 Automatic cassette naming and 'application/json' post data
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -22,7 +22,7 @@ class PyTest(TestCommand):
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='vcrpy',
|
name='vcrpy',
|
||||||
version='1.5.2',
|
version='1.6.0',
|
||||||
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