| commit | e5e6713d0060cd792171f2b1e29fee8d7373cf59 | [log] [tgz] |
|---|---|---|
| author | francisco souza <108725+fsouza@users.noreply.github.com> | Mon Oct 10 18:53:13 2022 -0400 |
| committer | francisco souza <108725+fsouza@users.noreply.github.com> | Mon Oct 10 18:53:13 2022 -0400 |
| tree | 6d59bade2a2a03639352200355cbcc4e20c652da | |
| parent | 16c9af71b4f6ae3a5bb0d291bfb60c471f0b6c2e [diff] |
Bump to 1.7.2
diff --git a/README.md b/README.md index c09269a..2d2f791 100644 --- a/README.md +++ b/README.md
@@ -201,7 +201,7 @@ ```yaml - repo: https://github.com/PyCQA/autoflake - rev: v1.7.1 + rev: v1.7.2 hooks: - id: autoflake ```
diff --git a/autoflake.py b/autoflake.py index 4992b30..2c5c4ac 100755 --- a/autoflake.py +++ b/autoflake.py
@@ -40,7 +40,7 @@ import pyflakes.reporter -__version__ = "1.7.1" +__version__ = "1.7.2" _LOGGER = logging.getLogger("autoflake")