Release v2.3.2
diff --git a/README.md b/README.md index f5a943b..57b5f7b 100644 --- a/README.md +++ b/README.md
@@ -206,7 +206,7 @@ ```yaml - repo: https://github.com/PyCQA/autoflake - rev: v2.3.1 + rev: v2.3.2 hooks: - id: autoflake ``` @@ -216,7 +216,7 @@ ```yaml - repo: https://github.com/PyCQA/autoflake - rev: v2.3.1 + rev: v2.3.2 hooks: - id: autoflake args: [--remove-all-unused-imports, --in-place]
diff --git a/autoflake.py b/autoflake.py index 5fcf632..5dc2a0c 100755 --- a/autoflake.py +++ b/autoflake.py
@@ -50,7 +50,7 @@ import pyflakes.messages import pyflakes.reporter -__version__ = "2.3.1" +__version__ = "2.3.2" _LOGGER = logging.getLogger("autoflake")