What's Changed
* refactor: rename project to workflow by imathews in https://github.com/redivis/redivis-python/pull/48
This release is in support of the recent rename of "projects" to "workflows". All methods and parameters that previously referenced projects have been superseded to reference workflows; most notably, `user.project()` -> `user.workflow()` and `user.list_projects()` -> `user.list_workflows()`. However, all of the the old "project" methods remain for backwards compatibility, with a warning encouraging you to migrate your code to use the "workflow" terminology.
**Full Changelog**: https://github.com/redivis/redivis-python/compare/v0.15.19...v0.16.0