From d3c3198b24393de6f926de7275a413e02b740070 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Thu, 2 Feb 2023 12:45:20 -0500 Subject: [PATCH] Fix versions in BREAKING_CHANGES.md --- BREAKING_CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BREAKING_CHANGES.md b/BREAKING_CHANGES.md index 150ae6289e..3dbd91a9a1 100644 --- a/BREAKING_CHANGES.md +++ b/BREAKING_CHANGES.md @@ -37,7 +37,7 @@ will enable all `F` rules, including `F401`, as the command line's `--select` re The `remove-six-compat` rule has been removed. This rule was only useful for one-time Python 2-to-3 upgrades. -## 0.0.238 +## 0.0.237 ### `--explain`, `--clean`, and `--generate-shell-completion` are now subcommands ([#2190](https://github.com/charliermarsh/ruff/pull/2190))