Skip to content

Commit

Permalink
Bump pylint to 2.16.4, update changelog (#8389)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Mar 6, 2023
1 parent fb4512c commit 8e7b809
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 6 deletions.
14 changes: 14 additions & 0 deletions doc/whatsnew/2/2.16/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,20 @@ Last but not least @clavedeluna and @nickdrozd became triagers, welcome to the t

.. towncrier release notes start
What's new in Pylint 2.16.4?
----------------------------
Release date: 2023-03-06


False Positives Fixed
---------------------

- Fix false positive for isinstance-second-argument-not-valid-type with union
types.

Closes #8205 (`#8205 <https://github.com/PyCQA/pylint/issues/8205>`_)


What's new in Pylint 2.16.3?
----------------------------
Release date: 2023-03-03
Expand Down
3 changes: 0 additions & 3 deletions doc/whatsnew/fragments/8205.false_positive

This file was deleted.

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.16.3"
__version__ = "2.16.4"


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.16.3"
current = "2.16.4"
regex = '''
^(?P<major>0|[1-9]\d*)
\.
Expand Down
2 changes: 1 addition & 1 deletion towncrier.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.towncrier]
version = "2.16.3"
version = "2.16.4"
directory = "doc/whatsnew/fragments"
filename = "doc/whatsnew/2/2.16/index.rst"
template = "doc/whatsnew/fragments/_template.rst"
Expand Down

0 comments on commit 8e7b809

Please sign in to comment.