**Full changelog**: https://github.com/OscarM3615/kanbanpy/compare/v1.2.0...v2.0.0
What's changed
- Migrated the build system from pip to [poetry](https://python-poetry.org/).
- Refactored Task and Board models to allow testing
- Added unit tests with [pytest](https://docs.pytest.org/en/stable/)
- A config file is no longer required. Therefore no need to run `kanbanpy setup` on the first time.
- Removed `setup`, and `backup` options.
- There's no WIP limit coded.
- Data file can no longer be changed from environment variables.
- The board now display the task count for each column.