Skip to content

Commit 14ae9e8

Browse files
Bump pylint to 2.13.4, update changelog
1 parent 9009189 commit 14ae9e8

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CONTRIBUTORS.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ contributors:
170170
* Added new check for useless `with threading.Lock():` statement
171171
- Marcus Näslund <[email protected]> (naslundx)
172172
- Marco Forte <[email protected]>
173+
- Joseph Young <[email protected]> (jpy-git)
173174
- Ionel Maries Cristian <[email protected]>
174175
- Gergely Kalmár <[email protected]>
175176
- Daniel Harding <[email protected]>
@@ -202,7 +203,6 @@ contributors:
202203
- Konstantin Manna <[email protected]>
203204
- Kai Mueller <[email protected]> (kasium)
204205
- Joshua Cannon <[email protected]>
205-
- Joseph Young <[email protected]> (jpy-git)
206206
- John Leach <[email protected]>
207207
- James Morgensen <[email protected]>: ignored-modules option applies to import errors.
208208
- Jaehoon Hwang <[email protected]> (jaehoonhwang)

ChangeLog

Lines changed: 7 additions & 1 deletion
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.4?
19+
What's New in Pylint 2.13.5?
2020
============================
2121
Release date: TBA
2222

23+
24+
25+
What's New in Pylint 2.13.4?
26+
============================
27+
Release date: 2022-03-31
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
a comprehension's filter.

pylint/__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from typing import Tuple
66

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

99

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

tbump.toml

Lines changed: 1 addition & 1 deletion
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.3"
4+
current = "2.13.4"
55
regex = '''
66
^(?P<major>0|[1-9]\d*)
77
\.

0 commit comments

Comments
 (0)