commit | a3ef14b5a08a80b37b065872ccdfe6126a9e8e89 | [log] [tgz] |
---|---|---|
author | francisco souza <108725+fsouza@users.noreply.github.com> | Sun Feb 18 23:17:08 2024 -0500 |
committer | francisco souza <108725+fsouza@users.noreply.github.com> | Sun Feb 18 23:17:08 2024 -0500 |
tree | ea6e6b4c55c4d571b7bb0d3ca2e878b8c06796f2 | |
parent | 40ea34c79a4974b8ffc0c30a1ca5c3d1f2855f8a [diff] |
Bump v2.3.0
diff --git a/README.md b/README.md index 2efb949..e7c2a3f 100644 --- a/README.md +++ b/README.md
@@ -206,7 +206,7 @@ ```yaml - repo: https://github.com/PyCQA/autoflake - rev: v2.2.1 + rev: v2.3.0 hooks: - id: autoflake ```
diff --git a/autoflake.py b/autoflake.py index 8f5dbf3..263d764 100755 --- a/autoflake.py +++ b/autoflake.py
@@ -50,7 +50,7 @@ import pyflakes.reporter -__version__ = "2.2.1" +__version__ = "2.3.0" _LOGGER = logging.getLogger("autoflake")