From 45cbae2bab9001bb2f159103490a02d63e75ee5b Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Mon, 2 May 2022 15:59:34 +0200 Subject: [PATCH] Bump pylint to 2.13.8, update changelog --- CONTRIBUTORS.txt | 2 +- ChangeLog | 8 +++++++- doc/whatsnew/2.13.rst | 8 ++++---- pylint/__pkginfo__.py | 2 +- tbump.toml | 2 +- 5 files changed, 14 insertions(+), 8 deletions(-) diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index eee789a3ec..fd6f179687 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -141,6 +141,7 @@ contributors: * Added new useless-return checker, * Added new try-except-raise checker - Téo Bouvard +- Tim Martin - Mihai Balint - Mark Bell - Konstantina Saketou <56515303+ksaketou@users.noreply.github.com> @@ -153,7 +154,6 @@ contributors: - Aru Sahni : Git ignoring, regex-based ignores - Andreas Freimuth : fix indentation checking with tabs - Alexandru Coman -- Tim Martin - Takahide Nojima - Taewon D. Kim - Sneaky Pete diff --git a/ChangeLog b/ChangeLog index c1f81dc0c9..7d8d60e857 100644 --- a/ChangeLog +++ b/ChangeLog @@ -16,10 +16,16 @@ Release date: TBA (Ie. not necessarily at the end) -What's New in Pylint 2.13.8? +What's New in Pylint 2.13.9? ============================ Release date: TBA + + +What's New in Pylint 2.13.8? +============================ +Release date: 2022-05-02 + * Fix a false positive for ``undefined-loop-variable`` for a variable used in a lambda inside the first of multiple loops. diff --git a/doc/whatsnew/2.13.rst b/doc/whatsnew/2.13.rst index a71b781364..56914559fe 100644 --- a/doc/whatsnew/2.13.rst +++ b/doc/whatsnew/2.13.rst @@ -607,6 +607,10 @@ Other Changes Closes #5769 +* Only raise ``not-callable`` when all the inferred values of a property are not callable. + + Closes #5931 + * Fix a false positive for ``undefined-loop-variable`` when the ``else`` of a ``for`` loop raises or returns. @@ -617,10 +621,6 @@ Other Changes Closes #4020 -* Only raise ``not-callable`` when all the inferred values of a property are not callable. - - Closes #5931 - * Avoid reporting ``superfluous-parens`` on expressions using the ``is not`` operator. Closes #5930 diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py index 364eaceb17..9ac08af5a0 100644 --- a/pylint/__pkginfo__.py +++ b/pylint/__pkginfo__.py @@ -4,7 +4,7 @@ from typing import Tuple -__version__ = "2.13.7" +__version__ = "2.13.8" def get_numversion_from_version(v: str) -> Tuple: diff --git a/tbump.toml b/tbump.toml index 223b057d5c..0bc188dd32 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/PyCQA/pylint" [version] -current = "2.13.7" +current = "2.13.8" regex = ''' ^(?P0|[1-9]\d*) \.