From 14ae9e8985a70af1b04aa996c04a1a8c3fa8f463 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Thu, 31 Mar 2022 09:46:17 +0200 Subject: [PATCH] Bump pylint to 2.13.4, update changelog --- CONTRIBUTORS.txt | 2 +- ChangeLog | 8 +++++++- pylint/__pkginfo__.py | 2 +- tbump.toml | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index d1f9e6fe8c..dfbbfa83bd 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -170,6 +170,7 @@ contributors: * Added new check for useless `with threading.Lock():` statement - Marcus Näslund (naslundx) - Marco Forte +- Joseph Young <80432516+jpy-git@users.noreply.github.com> (jpy-git) - Ionel Maries Cristian - Gergely Kalmár - Daniel Harding @@ -202,7 +203,6 @@ contributors: - Konstantin Manna - Kai Mueller <15907922+kasium@users.noreply.github.com> (kasium) - Joshua Cannon -- Joseph Young <80432516+jpy-git@users.noreply.github.com> (jpy-git) - John Leach - James Morgensen : ignored-modules option applies to import errors. - Jaehoon Hwang (jaehoonhwang) diff --git a/ChangeLog b/ChangeLog index 82b868c313..7a37597fd9 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.4? +What's New in Pylint 2.13.5? ============================ Release date: TBA + + +What's New in Pylint 2.13.4? +============================ +Release date: 2022-03-31 + * Fix false positive regression in 2.13.0 for ``used-before-assignment`` for homonyms between variable assignments in try/except blocks and variables in a comprehension's filter. diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py index 9a64bda930..68580e7ce1 100644 --- a/pylint/__pkginfo__.py +++ b/pylint/__pkginfo__.py @@ -4,7 +4,7 @@ from typing import Tuple -__version__ = "2.13.3" +__version__ = "2.13.4" def get_numversion_from_version(v: str) -> Tuple: diff --git a/tbump.toml b/tbump.toml index 8b01256b6f..1ea4e627df 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/PyCQA/pylint" [version] -current = "2.13.3" +current = "2.13.4" regex = ''' ^(?P0|[1-9]\d*) \.