From 0659b6d31ff55ccb3268659853bc0f14c3e1a0fe Mon Sep 17 00:00:00 2001 From: francisco souza <108725+fsouza@users.noreply.github.com> Date: Sat, 11 Mar 2023 00:03:12 -0500 Subject: [PATCH 1/2] Bump v2.0.2 --- README.md | 2 +- autoflake.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4cc6e8b..32f6869 100644 --- a/README.md +++ b/README.md @@ -201,7 +201,7 @@ Add the following to your `.pre-commit-config.yaml` ```yaml - repo: https://github.com/PyCQA/autoflake - rev: v2.0.1 + rev: v2.0.2 hooks: - id: autoflake ``` diff --git a/autoflake.py b/autoflake.py index 0937e4e..79bc76e 100755 --- a/autoflake.py +++ b/autoflake.py @@ -40,7 +40,7 @@ import pyflakes.reporter -__version__ = "2.0.1" +__version__ = "2.0.2" _LOGGER = logging.getLogger("autoflake") From 0b337d6e4dc58c383beefbeb18f0ec26fbe92f61 Mon Sep 17 00:00:00 2001 From: francisco souza <108725+fsouza@users.noreply.github.com> Date: Sat, 11 Mar 2023 00:03:40 -0500 Subject: [PATCH 2/2] Remove years from the LICENSE file The Git history should have this information. --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 391e7d6..0b3d940 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (C) 2012-2018 Steven Myint +Copyright (C) Steven Myint Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in