* Fix readme issue that prevented 0.25.4 from being published to pypi.
0.25.4
------
* Responses can now match requests that use `data` with file-like objects. Files will be read as bytes and stored in the request mock. See 736 * `RequestsMock.matchers` was added. This property is an alias to `responses.matchers`. See 739 * Removed tests from packaged wheels. See 746 * Improved recorder API to ease use in REPL environments. See 745
0.25.3
------
* Fixed `recorder` not saving and loading response headers with yaml files. See 715
0.25.2
------
* Mulligan on 0.25.1 to run release pipeline correctly. * Added `matchers.body_matcher` for matching string request bodies. See 717