Skip to content

Commit

Permalink
Bump pylint to 2.14.2, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Jun 15, 2022
1 parent 988d882 commit f881219
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@ contributors:
- Peter Bittner <django@bittner.it>
- Peter Aronoff <peter@aronoff.org>
- Paul Cochrane <paul@liekut.de>
- Paul Lichtenberger <paul.lichtenberger.rgbg@gmail.com>
- Patrik <patrik.mrx@gmail.com>
- Pascal Corpet <pcorpet@users.noreply.github.com>
- Pablo Galindo Salgado <Pablogsal@gmail.com>
Expand Down
8 changes: 7 additions & 1 deletion doc/whatsnew/2/2.14/full.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
Full changelog
==============

What's New in Pylint 2.14.2?
What's New in Pylint 2.14.3?
----------------------------
Release date: TBA



What's New in Pylint 2.14.2?
----------------------------
Release date: 2022-06-15


* Fixed a false positive for ``unused-variable`` when a function returns an
``argparse.Namespace`` object.

Expand Down
2 changes: 1 addition & 1 deletion pylint/__pkginfo__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

from __future__ import annotations

__version__ = "2.14.1"
__version__ = "2.14.2"


def get_numversion_from_version(v: str) -> tuple[int, int, int]:
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.14.1"
current = "2.14.2"
regex = '''
^(?P<major>0|[1-9]\d*)
\.
Expand Down

0 comments on commit f881219

Please sign in to comment.