* Correctly declare dependency on flake8 3.8.0+. This is required as flake8 moved from optparse to argparse, and the change to ``ban-relative-imports`` uses argparse features.
4.4.0
------------------
* Add ``parents`` option for ``ban-relative-imports`` that allows using relative syntax to import from sibling modules, but not parents.
* Add type hints.
4.3.0
------------------
* Support Python 3.10.
* Stop distributing tests to reduce package size. Tests are not intended to be run outside of the tox setup in the repository. Repackagers can use GitHub's tarballs per tag.
4.2.1
------------------
* Improved installation instructions in README.
4.2.0
------------------
* Drop Python 3.5 support. * Support Python 3.9. * Move license from ISC to MIT License.