- Additional release to fix upload to PyPI
- Deprecating support for Python < v3.6
- Upgrade SUTime to 4.0.0
- Migrate from CircleCI to Travis CI
- Migrate
setup.py
to Poetry for package and dependency management - Migrate to wemake-python-styleguide
- Fix any issues reported by
flake8
- Add CI steps for
safety
,bandit
, andpyre
, - Add Python type hints and type checks using pyre
- Leverage Python 3 standard libs, such as
pathlib
andimportlib
- Update docstrings with type hints in Google style
- Fix bugs from recent PRs
- Add Changelog and update Readme