summaryrefslogtreecommitdiff
path: root/astroid/exceptions.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/exceptions.py
parent47985f326bae2d96c575d9158c2ae2d8280b1862 (diff)
downloadastroid-git-e1bf25e8d79cb1fe9ab5ad038a6d8291fca6f9e1.tar.gz
Bump astroid to 2.8.1, update changelogv2.8.1-rc1
Diffstat (limited to 'astroid/exceptions.py')
-rw-r--r--astroid/exceptions.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/astroid/exceptions.py b/astroid/exceptions.py
index 39a6fb12..4e3e5bd8 100644
--- a/astroid/exceptions.py
+++ b/astroid/exceptions.py
@@ -5,6 +5,7 @@
# Copyright (c) 2016 Derek Gustafson <degustaf@gmail.com>
# Copyright (c) 2018 Bryce Guinta <bryce.paul.guinta@gmail.com>
# Copyright (c) 2020-2021 hippo91 <guillaume.peillex@gmail.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>
# Copyright (c) 2021 Andrew Haigh <hello@nelf.in>