diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2023-02-13 17:24:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-13 17:24:13 +0100 |
commit | 0006ae993340aecf1eefdc402bc58a6e611a1586 (patch) | |
tree | 32f9197771e543f4739786dae7f04d5ec57b14d3 /pylint | |
parent | c8d3fddcbe58c99837eea1de66a198249906afe3 (diff) | |
download | pylint-git-2.16.2.tar.gz |
Bump pylint to 2.16.2, update changelog (#8276)v2.16.2
Diffstat (limited to 'pylint')
-rw-r--r-- | pylint/__pkginfo__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py index 91d783c56..360381f39 100644 --- a/pylint/__pkginfo__.py +++ b/pylint/__pkginfo__.py @@ -9,7 +9,7 @@ It's updated via tbump, do not modify. from __future__ import annotations -__version__ = "2.16.1" +__version__ = "2.16.2" def get_numversion_from_version(v: str) -> tuple[int, int, int]: |