summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-04-06 22:03:24 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-04-06 22:03:24 +0200
commit95cbd2bd14576cb5d9eade4798e73e8601c884de (patch)
tree68cf812591b3a255a1cef4c10cc386a799ada953
parent2e9b33b13264a3cc229e879e7c03b36acd523554 (diff)
downloadpylint-git-2.13.5.tar.gz
Bump pylint to 2.13.5, update changelogv2.13.5
-rw-r--r--CONTRIBUTORS.txt10
-rw-r--r--ChangeLog8
-rw-r--r--pylint/__pkginfo__.py2
-rw-r--r--tbump.toml2
4 files changed, 15 insertions, 7 deletions
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index dfbbfa83b..e394f5f47 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -18,12 +18,12 @@ Maintainers
- Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
- Marc Mueller <30130371+cdce8p@users.noreply.github.com>
- Hippo91 <guillaume.peillex@gmail.com>
-- Łukasz Rogalski <rogalski.91@gmail.com>
- Jacob Walls <jacobtylerwalls@gmail.com>
+- Łukasz Rogalski <rogalski.91@gmail.com>
- Ashley Whetter <ashley@awhetter.co.uk>
- Bryce Guinta <bryce.paul.guinta@gmail.com>
-- Yu Shao, Pang <36848472+yushao2@users.noreply.github.com>
- Andreas Finkler <3929834+DudeNr33@users.noreply.github.com>
+- Yu Shao, Pang <36848472+yushao2@users.noreply.github.com>
- Dimitri Prybysh <dmand@yandex.ru>
* multiple-imports, not-iterable, not-a-mapping, various patches.
- Roy Williams <roy.williams.iii@gmail.com> (Lyft)
@@ -90,9 +90,9 @@ contributors:
- Matus Valo <matusvalo@users.noreply.github.com>
- Pierre-Yves David <pierre-yves.david@logilab.fr>
- David Shea <dshea@redhat.com>: invalid sequence and slice index
+- Mark Byrne <31762852+mbyrnepr2@users.noreply.github.com>
- Derek Gustafson <degustaf@gmail.com>
- Cezar Elnazli <cezar.elnazli2@gmail.com>: deprecated-method
-- Mark Byrne <31762852+mbyrnepr2@users.noreply.github.com>
- Nicolas Chauvat <nicolas.chauvat@logilab.fr>
- Radu Ciorba <radu@devrandom.ro>: not-context-manager and confusing-with-statement warnings.
- Holger Peters <email@holger-peters.de>
@@ -122,6 +122,7 @@ contributors:
- Andrew Haigh <nelfin@gmail.com> (nelfin)
- へーさん <hira9603859504@gmail.com>
- orSolocate <38433858+orSolocate@users.noreply.github.com>
+- Tushar Sadhwani <tushar.sadhwani000@gmail.com> (tusharsadhwani)
- Thomas Hisch <t.hisch@gmail.com>
- Marianna Polatoglou <mpolatoglou@bloomberg.net>: minor contribution for wildcard import check
- Manuel Vázquez Acosta <mva.led@gmail.com>
@@ -140,7 +141,6 @@ contributors:
* Added new useless-return checker,
* Added new try-except-raise checker
- Téo Bouvard <teobouvard@gmail.com>
-- Tushar Sadhwani <tushar.sadhwani000@gmail.com> (tusharsadhwani)
- Mihai Balint <balint.mihai@gmail.com>
- Mark Bell <mark00bell@googlemail.com>
- Konstantina Saketou <56515303+ksaketou@users.noreply.github.com>
@@ -342,6 +342,7 @@ contributors:
- Skip Montanaro <skip@pobox.com>
- Shiv Venkatasubrahmanyam <shvenkat@users.noreply.github.com>
- Sebastian Müller <mueller.seb@posteo.de>
+- Saugat Pachhai <suagatchhetri@outlook.com>
- Sasha Bagan <pnlbagan@gmail.com>
- Sardorbek Imomaliev <sardorbek.imomaliev@gmail.com>
- Santiago Castro <bryant@montevideo.com.uy>
@@ -512,6 +513,7 @@ contributors:
* Added ignore_signatures to duplicate checker
- Adam Dangoor <adamdangoor@gmail.com>
+
Co-Author
---------
The following persons were credited manually but did not commit themselves
diff --git a/ChangeLog b/ChangeLog
index cd9e12f59..32c5122f0 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.5?
+What's New in Pylint 2.13.6?
============================
Release date: TBA
+
+
+What's New in Pylint 2.13.5?
+============================
+Release date: 2022-04-06
+
* Fix false positive regression in 2.13.0 for ``used-before-assignment`` for
homonyms between variable assignments in try/except blocks and variables in
subscripts in comprehensions.
diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py
index 68580e7ce..614344f22 100644
--- a/pylint/__pkginfo__.py
+++ b/pylint/__pkginfo__.py
@@ -4,7 +4,7 @@
from typing import Tuple
-__version__ = "2.13.4"
+__version__ = "2.13.5"
def get_numversion_from_version(v: str) -> Tuple:
diff --git a/tbump.toml b/tbump.toml
index 1ea4e627d..e050fcda2 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -1,7 +1,7 @@
github_url = "https://github.com/PyCQA/pylint"
[version]
-current = "2.13.4"
+current = "2.13.5"
regex = '''
^(?P<major>0|[1-9]\d*)
\.