From 57e39fa4f66707c305ead679e62d7ce1b7af9362 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sat, 30 Jul 2022 15:26:26 -0400 Subject: Release 2.9.0 --- CHANGES.txt | 12 ++++++++++++ pycodestyle.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 49db29b..f24ee34 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,18 @@ Changelog ========= +2.9.0 (2022-07-30) +------------------ + +Changes: + +* E221, E222, E223, E224: add support for ``:=`` operator. PR #1032. +* Drop python 2.7 / 3.5. +* E262: consider non-breaking spaces (``\xa0``) as whitespace. PR #1035. +* Improve performance of ``_is_binary_operator``. PR #1052. +* E275: requires whitespace around keywords. PR #1063. +* Add support for python 3.11. PR #1070. + 2.8.0 (2021-10-10) ------------------ diff --git a/pycodestyle.py b/pycodestyle.py index ee0a58f..5c4d5f9 100755 --- a/pycodestyle.py +++ b/pycodestyle.py @@ -72,7 +72,7 @@ if ( ): # pragma: no cover (