------------------
* Increased unittest coverage from ~57% to ~83%)
* Added in a CLI tool to find changelog impacts in python files
* Switch from pandas to_datetime to dateparser to reduce package size
* Added inicheck to traviCI and Coveralls
* Fixes for 35_ , 38_ , 39_, 40_, 41_, 42_ 43_, 44_, 45_
* Added in linting with isort and autopep8
* Hardcoded `parse_date` to always use UTC and return timezone unaware object. 51_
* Updated release to use setuptools_scm. 52_
.. _35: https://github.com/USDA-ARS-NWRC/inicheck/issues/25
.. _38: https://github.com/USDA-ARS-NWRC/inicheck/issues/27
.. _39: https://github.com/USDA-ARS-NWRC/inicheck/issues/31
.. _40: https://github.com/USDA-ARS-NWRC/inicheck/issues/40
.. _41: https://github.com/USDA-ARS-NWRC/inicheck/issues/41
.. _42: https://github.com/USDA-ARS-NWRC/inicheck/pull/42
.. _43: https://github.com/USDA-ARS-NWRC/inicheck/issues/43
.. _44: https://github.com/USDA-ARS-NWRC/inicheck/issues/44
.. _45: https://github.com/USDA-ARS-NWRC/inicheck/issues/45
.. _51: https://github.com/USDA-ARS-NWRC/inicheck/issues/51
.. _52: https://github.com/USDA-ARS-NWRC/inicheck/pull/52