diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-07-19 23:37:37 +0200 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-07-19 23:37:37 +0200 |
commit | 17165d57e1ad688f6eca279f3559fbd280e5d4ef (patch) | |
tree | b48455ac9bc4462476b6ffc99482898ae946e295 /tests/resources.py | |
parent | 8f3c799e4ab5ece5f5ed4562cd3e62b2af727b8e (diff) | |
download | astroid-git-fix-4623-generator-raised-stop-iteration.tar.gz |
Bump astroid to 2.6.4, update changelogv2.6.4fix-4623-generator-raised-stop-iteration
Diffstat (limited to 'tests/resources.py')
-rw-r--r-- | tests/resources.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/resources.py b/tests/resources.py index 23fa8a67..04e51414 100644 --- a/tests/resources.py +++ b/tests/resources.py @@ -5,8 +5,8 @@ # Copyright (c) 2019 Ashley Whetter <ashley@awhetter.co.uk> # Copyright (c) 2020-2021 hippo91 <guillaume.peillex@gmail.com> # Copyright (c) 2020 David Cain <davidjosephcain@gmail.com> -# Copyright (c) 2021 Marc Mueller <30130371+cdce8p@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 |