commit | 4093e23409ffbdf596d29c53e812ceb816f519cb | [log] [tgz] |
---|---|---|
author | francisco souza <108725+fsouza@users.noreply.github.com> | Thu Sep 01 01:01:53 2022 -0400 |
committer | francisco souza <108725+fsouza@users.noreply.github.com> | Thu Sep 01 01:01:53 2022 -0400 |
tree | 09f8e3611a2d923441c90c395e02347caae8629f | |
parent | 07c70153cdc7848ac4a148f9e80e1facd1803080 [diff] |
Bump to 1.5.3
diff --git a/README.md b/README.md index 55bff0d..4617b46 100644 --- a/README.md +++ b/README.md
@@ -195,7 +195,7 @@ ```yaml - repo: https://github.com/PyCQA/autoflake - rev: v1.5.2 + rev: v1.5.3 hooks: - id: autoflake ```
diff --git a/autoflake.py b/autoflake.py index 4807adf..3bdae6c 100755 --- a/autoflake.py +++ b/autoflake.py
@@ -39,7 +39,7 @@ import pyflakes.reporter -__version__ = '1.5.2' +__version__ = '1.5.3' _LOGGER = logging.getLogger('autoflake')