New Features
* Redirect IO function from [multipoint](https://github.com/mdolab/multipoint) has been moved to `baseclasses.utils.redirectIO` and now supports separate stdout/stderr files by akleb in https://github.com/mdolab/baseclasses/pull/69
* New redirectIO function `redirectingIO` that works with python context manager to redirect output streams within a python `with` block.
Maintenance
* kwargs for AeroSolver addPointSet by sseraj in https://github.com/mdolab/baseclasses/pull/73
**Full Changelog**: https://github.com/mdolab/baseclasses/compare/v1.5.4...v1.6.0