diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-04-24 21:26:46 +0200 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-04-24 21:42:23 +0200 |
commit | 7dece5b2302f446d7d63829a34b1253ae6e32e6b (patch) | |
tree | c3fa74dab5ba71cc5e2382da7bff284c423cddc5 /pylint/graph.py | |
parent | bcfb46d169457f82a79575b547171ef05c2673a9 (diff) | |
download | pylint-git-7dece5b2302f446d7d63829a34b1253ae6e32e6b.tar.gz |
Prepare for 2.8.0 releasepylint-2.8.0
Diffstat (limited to 'pylint/graph.py')
-rw-r--r-- | pylint/graph.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pylint/graph.py b/pylint/graph.py index 3c4bbcef1..366206a37 100644 --- a/pylint/graph.py +++ b/pylint/graph.py @@ -8,6 +8,7 @@ # Copyright (c) 2020 Damien Baty <damien.baty@polyconseil.fr> # Copyright (c) 2020 谭九鼎 <109224573@qq.com> # Copyright (c) 2020 Benjamin Graham <benwilliamgraham@gmail.com> +# Copyright (c) 2021 Andreas Finkler <andi.finkler@gmail.com> # Copyright (c) 2021 Andrew Howe <howeaj@users.noreply.github.com> # Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html |