diff --git a/README.rst b/README.rst index 611c7e3..9c114bb 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/setup.py b/setup.py index aeeb415..eaf20c3 100644 --- a/setup.py +++ b/setup.py @@ -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"