Skip to content

Commit

Permalink
Bump pylint to 2.13.5, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Apr 6, 2022
1 parent 2e9b33b commit 95cbd2b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
10 changes: 6 additions & 4 deletions CONTRIBUTORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ Maintainers
- Daniël van Noord <[email protected]>
- Marc Mueller <[email protected]>
- Hippo91 <[email protected]>
- Łukasz Rogalski <[email protected]>
- Jacob Walls <[email protected]>
- Łukasz Rogalski <[email protected]>
- Ashley Whetter <[email protected]>
- Bryce Guinta <[email protected]>
- Yu Shao, Pang <[email protected]>
- Andreas Finkler <[email protected]>
- Yu Shao, Pang <[email protected]>
- Dimitri Prybysh <[email protected]>
* multiple-imports, not-iterable, not-a-mapping, various patches.
- Roy Williams <[email protected]> (Lyft)
Expand Down Expand Up @@ -90,9 +90,9 @@ contributors:
- Matus Valo <[email protected]>
- Pierre-Yves David <[email protected]>
- David Shea <[email protected]>: invalid sequence and slice index
- Mark Byrne <[email protected]>
- Derek Gustafson <[email protected]>
- Cezar Elnazli <[email protected]>: deprecated-method
- Mark Byrne <[email protected]>
- Nicolas Chauvat <[email protected]>
- Radu Ciorba <[email protected]>: not-context-manager and confusing-with-statement warnings.
- Holger Peters <[email protected]>
Expand Down Expand Up @@ -122,6 +122,7 @@ contributors:
- Andrew Haigh <[email protected]> (nelfin)
- へーさん <[email protected]>
- orSolocate <[email protected]>
- Tushar Sadhwani <[email protected]> (tusharsadhwani)
- Thomas Hisch <[email protected]>
- Marianna Polatoglou <[email protected]>: minor contribution for wildcard import check
- Manuel Vázquez Acosta <[email protected]>
Expand All @@ -140,7 +141,6 @@ contributors:
* Added new useless-return checker,
* Added new try-except-raise checker
- Téo Bouvard <[email protected]>
- Tushar Sadhwani <[email protected]> (tusharsadhwani)
- Mihai Balint <[email protected]>
- Mark Bell <[email protected]>
- Konstantina Saketou <[email protected]>
Expand Down Expand Up @@ -342,6 +342,7 @@ contributors:
- Skip Montanaro <[email protected]>
- Shiv Venkatasubrahmanyam <[email protected]>
- Sebastian Müller <[email protected]>
- Saugat Pachhai <[email protected]>
- Sasha Bagan <[email protected]>
- Sardorbek Imomaliev <[email protected]>
- Santiago Castro <[email protected]>
Expand Down Expand Up @@ -512,6 +513,7 @@ contributors:
* Added ignore_signatures to duplicate checker
- Adam Dangoor <[email protected]>


Co-Author
---------
The following persons were credited manually but did not commit themselves
Expand Down
8 changes: 7 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pylint/__pkginfo__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from typing import Tuple

__version__ = "2.13.4"
__version__ = "2.13.5"


def get_numversion_from_version(v: str) -> Tuple:
Expand Down
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
@@ -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*)
\.
Expand Down

0 comments on commit 95cbd2b

Please sign in to comment.