diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-11-14 09:11:58 +0100 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-11-25 15:21:25 +0100 |
commit | f6d3d3989852c903f01ca03dde9cb07687c7603f (patch) | |
tree | ae975e47c31910834a46be2e2e3ce5288a7f8642 /pylint/message | |
parent | f84c069f9a1e3eab872fedb02f24371af05d8497 (diff) | |
download | pylint-git-f6d3d3989852c903f01ca03dde9cb07687c7603f.tar.gz |
Bump pylint to 2.12.0, update changelogv2.12.0
Closes #5250
Diffstat (limited to 'pylint/message')
-rw-r--r-- | pylint/message/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pylint/message/__init__.py b/pylint/message/__init__.py index f3741030a..68159bf34 100644 --- a/pylint/message/__init__.py +++ b/pylint/message/__init__.py @@ -32,6 +32,7 @@ # Copyright (c) 2018 Sushobhit <31987769+sushobhit27@users.noreply.github.com> # Copyright (c) 2018 Reverb C <reverbc@users.noreply.github.com> # Copyright (c) 2018 Nick Drozd <nicholasdrozd@gmail.com> +# Copyright (c) 2021 Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com> # Copyright (c) 2021 Marc Mueller <30130371+cdce8p@users.noreply.github.com> # Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html |