* Drop support for Python 3.7, and add 3.11. * Multiple authors can be listed by setting the ``__author__`` attribute to a list (or tuple or set) of strings. Each entry will be validated against the configured pattern.
2.0.0
------------------
* Drop support for Python 2.7 and 3.6, and add 3.10. * Drop support for flake8 2.x versions.
1.2.0
------------------
* Drop Python 3.5 support and add versions 3.8 and 3.9. * Minor documentation improvements.
1.1.4
------------------
* Minor code and packaging cleanup.
1.1.3
------------------
* Drop the ``setup_requires`` dependency on flake8.
1.1.2
------------------
* Only apply the author regular expression pattern check when a pattern has actually been configured.