Skip to content

Commit

Permalink
v0.3.3 with line-length as string fix
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjc committed May 16, 2022
1 parent e5cc8d6 commit e1ae8f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ Version History
======= ============ ===========================================================
Version Release date Changes
------- ------------ -----------------------------------------------------------
v0.3.3 2022-05-16 - Cope with line-length as string in pyproject.toml config.
v0.3.2 2022-02-25 - Use ``tomli`` library to match black, contribution from
`Brian Helba <https://github.com/brianhelba>`_.
- Adopted GitHub Actions to replace TravisCI testing.
Expand Down
2 changes: 1 addition & 1 deletion flake8_black.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from flake8 import LOG


__version__ = "0.3.2"
__version__ = "0.3.3"

black_prefix = "BLK"

Expand Down

0 comments on commit e1ae8f5

Please sign in to comment.