summaryrefslogtreecommitdiff
path: root/astroid/exceptions.py
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-03-28 16:57:00 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-03-28 17:22:12 +0200
commitc3b58a3ed2653c6abfa0605e4a34f44c06b234b8 (patch)
treee327590c968a2d65e2ac3e0e7d13a5fc71f4ffda /astroid/exceptions.py
parent32ffe51dd7ca677940548254323c6a94bd6f117a (diff)
downloadastroid-git-c3b58a3ed2653c6abfa0605e4a34f44c06b234b8.tar.gz
Prepare for 2.5.2 releaseastroid-2.5.2
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 2a7fb23c..322641c6 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 Pierre Sassoulas <pierre.sassoulas@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/master/COPYING.LESSER