diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index e394f5f479..eee789a3ec 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -153,6 +153,7 @@ 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 @@ -182,7 +183,6 @@ contributors: - wtracy - jpkotta - chohner -- Tim Martin - Tiago Honorato <61059243+tiagohonorato@users.noreply.github.com> - Steven M. Vascellaro - Sergey B Kirpichev diff --git a/ChangeLog b/ChangeLog index fba7632981..1753a0dee6 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.6? +What's New in Pylint 2.13.7? ============================ Release date: TBA + + +What's New in Pylint 2.13.6? +============================ +Release date: 2022-04-20 + * Fix a crash in the ``unsupported-membership-test`` checker when assigning multiple constants to class attributes including ``__iter__`` via unpacking. diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py index 614344f22f..509ed080e6 100644 --- a/pylint/__pkginfo__.py +++ b/pylint/__pkginfo__.py @@ -4,7 +4,7 @@ from typing import Tuple -__version__ = "2.13.5" +__version__ = "2.13.6" def get_numversion_from_version(v: str) -> Tuple: diff --git a/tbump.toml b/tbump.toml index e050fcda2e..43e8c53861 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/PyCQA/pylint" [version] -current = "2.13.5" +current = "2.13.6" regex = ''' ^(?P0|[1-9]\d*) \.