summaryrefslogtreecommitdiff
path: root/astroid/modutils.py
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-02-27 22:43:26 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-02-27 22:49:39 +0100
commit07c0f60ffc1017d0a9a2bb605a5c645781a8c088 (patch)
tree586d96c54a4d347722b6e4ee6c255e4965e40bca /astroid/modutils.py
parente6dc5ef0f8c2d28bc9d2ffa226fbb5e4e58d88f3 (diff)
downloadastroid-git-07c0f60ffc1017d0a9a2bb605a5c645781a8c088.tar.gz
Bump astroid to 2.10.0, update changelogv2.10.0
Diffstat (limited to 'astroid/modutils.py')
-rw-r--r--astroid/modutils.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/astroid/modutils.py b/astroid/modutils.py
index 4bb1fc6e..7cce55b4 100644
--- a/astroid/modutils.py
+++ b/astroid/modutils.py
@@ -17,12 +17,14 @@
# Copyright (c) 2019 BasPH <BasPH@users.noreply.github.com>
# Copyright (c) 2020-2021 hippo91 <guillaume.peillex@gmail.com>
# Copyright (c) 2020 Peter Kolbus <peter.kolbus@gmail.com>
+# Copyright (c) 2021-2022 Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
# Copyright (c) 2021 Pierre Sassoulas <pierre.sassoulas@gmail.com>
-# Copyright (c) 2021 Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
# Copyright (c) 2021 Keichi Takahashi <hello@keichi.dev>
# Copyright (c) 2021 Nick Drozd <nicholasdrozd@gmail.com>
# Copyright (c) 2021 Marc Mueller <30130371+cdce8p@users.noreply.github.com>
# Copyright (c) 2021 DudeNr33 <3929834+DudeNr33@users.noreply.github.com>
+# Copyright (c) 2022 pre-commit-ci[bot] <bot@noreply.github.com>
+# Copyright (c) 2022 Alexander Shadchin <alexandr.shadchin@gmail.com>
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
# For details: https://github.com/PyCQA/astroid/blob/main/LICENSE