Skip to content

Commit f881219

Browse files
Bump pylint to 2.14.2, update changelog
1 parent 988d882 commit f881219

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CONTRIBUTORS.txt

+1
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,7 @@ contributors:
371371
- Peter Bittner <[email protected]>
372372
- Peter Aronoff <[email protected]>
373373
- Paul Cochrane <[email protected]>
374+
- Paul Lichtenberger <[email protected]>
374375
375376
- Pascal Corpet <[email protected]>
376377
- Pablo Galindo Salgado <[email protected]>

doc/whatsnew/2/2.14/full.rst

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
Full changelog
22
==============
33

4-
What's New in Pylint 2.14.2?
4+
What's New in Pylint 2.14.3?
55
----------------------------
66
Release date: TBA
77

88

9+
10+
What's New in Pylint 2.14.2?
11+
----------------------------
12+
Release date: 2022-06-15
13+
14+
915
* Fixed a false positive for ``unused-variable`` when a function returns an
1016
``argparse.Namespace`` object.
1117

pylint/__pkginfo__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
from __future__ import annotations
1111

12-
__version__ = "2.14.1"
12+
__version__ = "2.14.2"
1313

1414

1515
def get_numversion_from_version(v: str) -> tuple[int, int, int]:

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.14.1"
4+
current = "2.14.2"
55
regex = '''
66
^(?P<major>0|[1-9]\d*)
77
\.

0 commit comments

Comments
 (0)