Skip to content

Releases: jparise/flake8-author

2.1.0

18 Sep 02:54
Compare
Choose a tag to compare
  • 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. (#19)

2.0.0

30 Dec 23:00
Compare
Choose a tag to compare
  • Drop support for Python 2.7 and 3.6, and add 3.10. (#9)
  • Drop support for flake8 2.x versions. (#9)

1.2.0

12 Oct 17:52
Compare
Choose a tag to compare
  • Drop Python 3.5 support and add version 3.8. and 3.9.
  • Minor documentation improvements.

1.1.4

30 Jul 02:55
Compare
Choose a tag to compare

Patch release

$ pip install flake8-author==1.1.4
  • Minor code and packaging cleanup.

1.1.3

28 Jul 19:51
Compare
Choose a tag to compare

Patch release

$ pip install flake8-author==1.1.3
  • Drop the setup_requires dependency on flake8.

1.1.2

12 Jan 22:10
Compare
Choose a tag to compare

Patch release

$ pip install flake8-author==1.1.2
  • Only apply the author regular expression pattern check when a pattern has actually been configured.

1.1.1

06 Nov 17:28
Compare
Choose a tag to compare

Patch release

$ pip install flake8-author==1.1.1
  • Fix configuration file parsing for flake8 3.0+

1.1.0

15 Aug 17:32
Compare
Choose a tag to compare

Minor release

$ pip install flake8-author==1.1.0

1.0.2

22 Jun 20:17
Compare
Choose a tag to compare

Patch release

$ pip install flake8-author==1.0.2

1.0.1

12 May 05:01
Compare
Choose a tag to compare

Patch release

$ pip install flake8-author==1.0.1
  • Fix parser validation for configuration file-based options (#1)