diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-06-29 17:39:20 +0200 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-06-29 18:17:19 +0200 |
commit | c3977dfed03cf91a1a7abc0a1ece29590f4caed0 (patch) | |
tree | fdc65c289a194b0c9963a81919105506d3ef0530 /astroid/test_utils.py | |
parent | 0b024ba6333041d5ffa21d67577ec85e53fc06fe (diff) | |
download | astroid-git-c3977dfed03cf91a1a7abc0a1ece29590f4caed0.tar.gz |
Bump astroid to 2.6.1, update changelogv2.6.1
Diffstat (limited to 'astroid/test_utils.py')
-rw-r--r-- | astroid/test_utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astroid/test_utils.py b/astroid/test_utils.py index 208e7c66..915f17cd 100644 --- a/astroid/test_utils.py +++ b/astroid/test_utils.py @@ -5,8 +5,8 @@ # Copyright (c) 2016 Jakub Wilk <jwilk@jwilk.net> # Copyright (c) 2018 Anthony Sottile <asottile@umich.edu> # Copyright (c) 2020-2021 hippo91 <guillaume.peillex@gmail.com> -# Copyright (c) 2021 Andrew Haigh <hello@nelf.in> # Copyright (c) 2021 Pierre Sassoulas <pierre.sassoulas@gmail.com> +# Copyright (c) 2021 Andrew Haigh <hello@nelf.in> # 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 |