Changed
- Migrate setup.cfg to pyproject.toml
- yapf and flake8 using another configuration
- now loads the file and then load the var, this should make easier for later loads directly a dict instead of a file
- tests fixtures changed to a specific file to clean test file a little
Fixed
- logger.warn changed to logger.warning as DeprecationWarning warns
<a id='changelog-v0.1.0.3'></a>