summaryrefslogtreecommitdiff
path: root/astroid/decorators.py
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-10-06 22:08:47 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-10-06 22:18:07 +0200
commite1bf25e8d79cb1fe9ab5ad038a6d8291fca6f9e1 (patch)
treeed810795738f19df9494400bb1048daac9878eb9 /astroid/decorators.py
parent47985f326bae2d96c575d9158c2ae2d8280b1862 (diff)
downloadastroid-git-e1bf25e8d79cb1fe9ab5ad038a6d8291fca6f9e1.tar.gz
Bump astroid to 2.8.1, update changelogv2.8.1-rc1
Diffstat (limited to 'astroid/decorators.py')
-rw-r--r--astroid/decorators.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/astroid/decorators.py b/astroid/decorators.py
index 5e671e5e..fd7fdc13 100644
--- a/astroid/decorators.py
+++ b/astroid/decorators.py
@@ -9,8 +9,9 @@
# Copyright (c) 2018 Bryce Guinta <bryce.paul.guinta@gmail.com>
# Copyright (c) 2020-2021 hippo91 <guillaume.peillex@gmail.com>
# Copyright (c) 2020 Ram Rachum <ram@rachum.com>
-# Copyright (c) 2021 Marc Mueller <30130371+cdce8p@users.noreply.github.com>
+# Copyright (c) 2021 Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>
# Copyright (c) 2021 Pierre Sassoulas <pierre.sassoulas@gmail.com>
+# Copyright (c) 2021 Marc Mueller <30130371+cdce8p@users.noreply.github.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