diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index a36661ab9a..d1f9e6fe8c 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -184,6 +184,7 @@ contributors: - Tim Martin - Tiago Honorato <61059243+tiagohonorato@users.noreply.github.com> - Steven M. Vascellaro +- Sergey B Kirpichev - Roberto Leinardi : PyCharm plugin maintainer - Ricardo Gemignani - Pieter Engelbrecht @@ -201,6 +202,7 @@ 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) @@ -225,7 +227,6 @@ contributors: - Tobias Hernstig <30827238+thernstig@users.noreply.github.com> - Thomas Grainger - Simu Toni -- Sergey B Kirpichev - Sergei Lebedev <185856+superbobry@users.noreply.github.com> (superbobry) - Scott Worley - RĂ©mi Cardona @@ -247,7 +248,6 @@ contributors: - Lefteris Karapetsas - LCD 47 - Justin Li (justinnhli) -- Joseph Young <80432516+jpy-git@users.noreply.github.com> (jpy-git) - John Kirkham - Jens H. Nielsen - Ioana Tagirta : fix bad thread instantiation check diff --git a/ChangeLog b/ChangeLog index 2f2bc066c1..1de5a08303 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.3? +What's New in Pylint 2.13.4? ============================ Release date: TBA + + +What's New in Pylint 2.13.3? +============================ +Release date: 2022-03-29 + * Fix false positive for ``unnecessary-ellipsis`` when using an ellipsis as a default argument. Closes #5973 diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py index 7d04c14d36..9a64bda930 100644 --- a/pylint/__pkginfo__.py +++ b/pylint/__pkginfo__.py @@ -4,7 +4,7 @@ from typing import Tuple -__version__ = "2.13.2" +__version__ = "2.13.3" def get_numversion_from_version(v: str) -> Tuple: diff --git a/tbump.toml b/tbump.toml index 67c389d7a2..8b01256b6f 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/PyCQA/pylint" [version] -current = "2.13.2" +current = "2.13.3" regex = ''' ^(?P0|[1-9]\d*) \.