1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00
This commit is contained in:
Ivan Malison
2015-07-03 10:17:44 -07:00
parent 57e0e6c753
commit 92303a911a
2 changed files with 4 additions and 2 deletions

View File

@@ -603,7 +603,9 @@ new API in version 1.0.x
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
directory (thanks @gazpachoking).
- 1.5.0 Automatic cassette naming and 'application/json' post data

View File

@@ -22,7 +22,7 @@ class PyTest(TestCommand):
setup(
name='vcrpy',
version='1.5.2',
version='1.6.0',
description=(
"Automatically mock your HTTP interactions to simplify and "
"speed up testing"