commit | 01769b06713e1e895890501f3ed40a55029e392c | [log] [tgz] |
---|---|---|
author | francisco souza <108725+fsouza@users.noreply.github.com> | Sat Aug 27 23:32:51 2022 -0400 |
committer | francisco souza <108725+fsouza@users.noreply.github.com> | Sat Aug 27 23:32:51 2022 -0400 |
tree | 5f83577844819086c8c4d09da9336597f434997a | |
parent | 52697ac104b8dc48abc04bbdac92f3c0ba737a2c [diff] |
Bump to 1.5.1
diff --git a/README.md b/README.md index b77b65f..1253274 100644 --- a/README.md +++ b/README.md
@@ -193,7 +193,7 @@ ```yaml - repo: https://github.com/PyCQA/autoflake - rev: v1.5.0 + rev: v1.5.1 hooks: - id: autoflake ```
diff --git a/autoflake.py b/autoflake.py index 209f49a..23b2625 100755 --- a/autoflake.py +++ b/autoflake.py
@@ -39,7 +39,7 @@ import pyflakes.reporter -__version__ = '1.5.0' +__version__ = '1.5.1' _LOGGER = logging.getLogger('autoflake')