Skip to content

Commit 95cbd2b

Browse files
Bump pylint to 2.13.5, update changelog
1 parent 2e9b33b commit 95cbd2b

File tree

4 files changed

+15
-7
lines changed

4 files changed

+15
-7
lines changed

CONTRIBUTORS.txt

+6-4
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ Maintainers
1818
- Daniël van Noord <[email protected]>
1919
- Marc Mueller <[email protected]>
2020
- Hippo91 <[email protected]>
21-
- Łukasz Rogalski <[email protected]>
2221
- Jacob Walls <[email protected]>
22+
- Łukasz Rogalski <[email protected]>
2323
- Ashley Whetter <[email protected]>
2424
- Bryce Guinta <[email protected]>
25-
- Yu Shao, Pang <[email protected]>
2625
- Andreas Finkler <[email protected]>
26+
- Yu Shao, Pang <[email protected]>
2727
- Dimitri Prybysh <[email protected]>
2828
* multiple-imports, not-iterable, not-a-mapping, various patches.
2929
- Roy Williams <[email protected]> (Lyft)
@@ -90,9 +90,9 @@ contributors:
9090
- Matus Valo <[email protected]>
9191
- Pierre-Yves David <[email protected]>
9292
- David Shea <[email protected]>: invalid sequence and slice index
93+
- Mark Byrne <[email protected]>
9394
- Derek Gustafson <[email protected]>
9495
- Cezar Elnazli <[email protected]>: deprecated-method
95-
- Mark Byrne <[email protected]>
9696
- Nicolas Chauvat <[email protected]>
9797
- Radu Ciorba <[email protected]>: not-context-manager and confusing-with-statement warnings.
9898
- Holger Peters <[email protected]>
@@ -122,6 +122,7 @@ contributors:
122122
- Andrew Haigh <[email protected]> (nelfin)
123123
- へーさん <[email protected]>
124124
- orSolocate <[email protected]>
125+
- Tushar Sadhwani <[email protected]> (tusharsadhwani)
125126
- Thomas Hisch <[email protected]>
126127
- Marianna Polatoglou <[email protected]>: minor contribution for wildcard import check
127128
- Manuel Vázquez Acosta <[email protected]>
@@ -140,7 +141,6 @@ contributors:
140141
* Added new useless-return checker,
141142
* Added new try-except-raise checker
142143
- Téo Bouvard <[email protected]>
143-
- Tushar Sadhwani <[email protected]> (tusharsadhwani)
144144
- Mihai Balint <[email protected]>
145145
- Mark Bell <[email protected]>
146146
- Konstantina Saketou <[email protected]>
@@ -342,6 +342,7 @@ contributors:
342342
- Skip Montanaro <[email protected]>
343343
- Shiv Venkatasubrahmanyam <[email protected]>
344344
- Sebastian Müller <[email protected]>
345+
- Saugat Pachhai <[email protected]>
345346
- Sasha Bagan <[email protected]>
346347
- Sardorbek Imomaliev <[email protected]>
347348
- Santiago Castro <[email protected]>
@@ -512,6 +513,7 @@ contributors:
512513
* Added ignore_signatures to duplicate checker
513514
- Adam Dangoor <[email protected]>
514515

516+
515517
Co-Author
516518
---------
517519
The following persons were credited manually but did not commit themselves

ChangeLog

+7-1
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,16 @@ Release date: TBA
1616
(Ie. not necessarily at the end)
1717

1818

19-
What's New in Pylint 2.13.5?
19+
What's New in Pylint 2.13.6?
2020
============================
2121
Release date: TBA
2222

23+
24+
25+
What's New in Pylint 2.13.5?
26+
============================
27+
Release date: 2022-04-06
28+
2329
* Fix false positive regression in 2.13.0 for ``used-before-assignment`` for
2430
homonyms between variable assignments in try/except blocks and variables in
2531
subscripts in comprehensions.

pylint/__pkginfo__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from typing import Tuple
66

7-
__version__ = "2.13.4"
7+
__version__ = "2.13.5"
88

99

1010
def get_numversion_from_version(v: str) -> Tuple:

tbump.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github_url = "https://github.com/PyCQA/pylint"
22

33
[version]
4-
current = "2.13.4"
4+
current = "2.13.5"
55
regex = '''
66
^(?P<major>0|[1-9]\d*)
77
\.

0 commit comments

Comments
 (0)