diff --git a/README.rst b/README.rst index 5c9d8f22..ac35d856 100644 --- a/README.rst +++ b/README.rst @@ -606,7 +606,11 @@ new API in version 1.0.x Changelog --------- -- 1.6.0 [#120] Tornado support thanks (thanks @abhinav), [#147] packaging fixes +- 1.6.1 [#169] Support conditional requirements in old versions of + pip, Fix RST parse errors generated by pandoc, [Tornado] Fix + unsupported features exception not being raised, [#166] + content-aware body matcher. +- 1.6.0 [#120] Tornado support (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 diff --git a/setup.py b/setup.py index 4b8c5494..826744f7 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ def run_tests(self): setup( name='vcrpy', - version='1.6.0', + version='1.6.1', description=( "Automatically mock your HTTP interactions to simplify and " "speed up testing"