# v0.7.1

**CADET-Process** v0.7.1 is a hotfix release which fixes a couple of minor issues.
All users are encouraged to upgrade to this release.

This release requires Python 3.8+

## Highlights of this release
- Fix `check_connection` for `FlowSheet` with single `Cstr` (see [22](https://github.com/fau-advanced-separations/CADET-Process/issues/22))
- Include missing isotherm models in `__all__` (see [here](https://forum.cadet-web.de/t/change-in-mobilephasemodulator-isotherm/671))
- Fix time coordinates in plot function.

## Issues closed for 0.7.1
- [22](https://github.com/fau-advanced-separations/CADET-Process/issues/22): FlowSheet.check_connection() returns False for single Cstr

## Pull requests for 0.7.1
- [23](https://github.com/fau-advanced-separations/CADET-Process/pull/23): Fix FlowSheet.check_connections() for Cstr #23
