diff options
| author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-06-21 23:13:17 +0200 |
|---|---|---|
| committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-06-22 07:52:05 +0200 |
| commit | 82bf77d54393a52ecd07d50a791f5e1a63369f11 (patch) | |
| tree | 5cd557e08f3e06270281737e5cef005fe3719e0b /astroid/context.py | |
| parent | 2265f41cbe52a1ddb86f351a876510c3778a7f7a (diff) | |
| download | astroid-git-82bf77d54393a52ecd07d50a791f5e1a63369f11.tar.gz | |
Bump astroid to 2.6.0, update changelogv2.6.0
Diffstat (limited to 'astroid/context.py')
| -rw-r--r-- | astroid/context.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astroid/context.py b/astroid/context.py index 147c7495..ad4f4531 100644 --- a/astroid/context.py +++ b/astroid/context.py @@ -4,8 +4,8 @@ # Copyright (c) 2018 Nick Drozd <nicholasdrozd@gmail.com> # Copyright (c) 2019-2021 hippo91 <guillaume.peillex@gmail.com> # Copyright (c) 2020 Bryce Guinta <bryce.guinta@protonmail.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> # 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/LICENSE |
