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 /astroid/manager.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 'astroid/manager.py')
-rw-r--r-- | astroid/manager.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astroid/manager.py b/astroid/manager.py index bd5e825d..5c436a83 100644 --- a/astroid/manager.py +++ b/astroid/manager.py @@ -13,8 +13,8 @@ # Copyright (c) 2020 Raphael Gaschignard <raphael@rtpg.co> # Copyright (c) 2020 Anubhav <35621759+anubh-v@users.noreply.github.com> # Copyright (c) 2020 Ashley Whetter <ashley@awhetter.co.uk> -# 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> # Copyright (c) 2021 Andrew Haigh <hello@nelf.in> # Copyright (c) 2021 DudeNr33 <3929834+DudeNr33@users.noreply.github.com> # Copyright (c) 2021 pre-commit-ci[bot] <bot@noreply.github.com> |