Skip to content

Commit 07c0f60

Browse files
Bump astroid to 2.10.0, update changelog
1 parent e6dc5ef commit 07c0f60

39 files changed

+83
-31
lines changed

ChangeLog

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,23 @@
22
astroid's ChangeLog
33
===================
44

5-
What's New in astroid 2.10.0?
5+
What's New in astroid 2.11.0?
6+
=============================
7+
Release date: TBA
8+
9+
10+
11+
What's New in astroid 2.10.1?
612
=============================
713
Release date: TBA
814

915

16+
17+
What's New in astroid 2.10.0?
18+
=============================
19+
Release date: 2022-02-27
20+
21+
1022
* Fixed inference of ``self`` in binary operations in which ``self``
1123
is part of a list or tuple.
1224

@@ -71,11 +83,6 @@ Release date: TBA
7183

7284
Closes #1383
7385

74-
What's New in astroid 2.9.4?
75-
============================
76-
Release date: TBA
77-
78-
7986

8087
What's New in astroid 2.9.3?
8188
============================

astroid/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@
88
# Copyright (c) 2018 Bryce Guinta <[email protected]>
99
# Copyright (c) 2019 Nick Drozd <[email protected]>
1010
# Copyright (c) 2020-2021 hippo91 <[email protected]>
11+
# Copyright (c) 2021-2022 Marc Mueller <[email protected]>
1112
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
1213
# Copyright (c) 2021 Daniël van Noord <[email protected]>
13-
# Copyright (c) 2021 Marc Mueller <30130371+cdce8p@users.noreply.github.com>
14+
# Copyright (c) 2022 tristanlatr <19967168+tristanlatr@users.noreply.github.com>
1415

1516
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
1617
# For details: https://github.com/PyCQA/astroid/blob/main/LICENSE

astroid/__pkginfo__.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,12 @@
1818
# Copyright (c) 2020 Konrad Weihmann <[email protected]>
1919
# Copyright (c) 2020 Felix Mölder <[email protected]>
2020
# Copyright (c) 2020 Michael <[email protected]>
21-
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
21+
# Copyright (c) 2021-2022 Pierre Sassoulas <[email protected]>
2222
# Copyright (c) 2021 Marc Mueller <[email protected]>
23+
# Copyright (c) 2022 Alexander Shadchin <[email protected]>
2324

2425
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
2526
# For details: https://github.com/PyCQA/astroid/blob/main/LICENSE
2627

27-
__version__ = "2.10.0-dev0"
28+
__version__ = "2.10.0"
2829
version = __version__

astroid/arguments.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
# Copyright (c) 2021 Tushar Sadhwani <[email protected]>
99
# Copyright (c) 2021 David Liu <[email protected]>
1010
# Copyright (c) 2021 Marc Mueller <[email protected]>
11+
# Copyright (c) 2022 Daniël van Noord <[email protected]>
12+
# Copyright (c) 2022 Alexander Shadchin <[email protected]>
1113

1214
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
1315
# For details: https://github.com/PyCQA/astroid/blob/main/LICENSE

astroid/bases.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
# Copyright (c) 2021 doranid <[email protected]>
2222
# Copyright (c) 2021 Marc Mueller <[email protected]>
2323
# Copyright (c) 2021 Andrew Haigh <[email protected]>
24+
# Copyright (c) 2022 Alexander Shadchin <[email protected]>
2425

2526
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
2627
# For details: https://github.com/PyCQA/astroid/blob/main/LICENSE

astroid/brain/brain_builtin_inference.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
# Copyright (c) 2021 Daniël van Noord <[email protected]>
1616
# Copyright (c) 2021 Nick Drozd <[email protected]>
1717
# Copyright (c) 2021 Marc Mueller <[email protected]>
18+
# Copyright (c) 2022 areveny <[email protected]>
1819

1920
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
2021
# For details: https://github.com/PyCQA/astroid/blob/main/LICENSE

astroid/brain/brain_collections.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
88
# Copyright (c) 2021 John Belmonte <[email protected]>
99
# Copyright (c) 2021 Marc Mueller <[email protected]>
10+
# Copyright (c) 2022 Alexander Shadchin <[email protected]>
1011

1112
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
1213
# For details: https://github.com/PyCQA/astroid/blob/main/LICENSE

astroid/brain/brain_namedtuple_enum.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
# Copyright (c) 2021 pre-commit-ci[bot] <[email protected]>
2222
# Copyright (c) 2021 Marc Mueller <[email protected]>
2323
# Copyright (c) 2021 Andrew Haigh <[email protected]>
24+
# Copyright (c) 2022 Alexander Shadchin <[email protected]>
2425

2526
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
2627
# For details: https://github.com/PyCQA/astroid/blob/main/LICENSE

astroid/brain/brain_numpy_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
44
# Copyright (c) 2021 Nick Drozd <[email protected]>
55
# Copyright (c) 2021 Marc Mueller <[email protected]>
6+
# Copyright (c) 2022 Alexander Shadchin <[email protected]>
67

78
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
89
# For details: https://github.com/PyCQA/astroid/blob/main/LICENSE

astroid/brain/brain_typing.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@
55
# Copyright (c) 2017 Łukasz Rogalski <[email protected]>
66
# Copyright (c) 2017 David Euresti <[email protected]>
77
# Copyright (c) 2018 Bryce Guinta <[email protected]>
8+
# Copyright (c) 2021-2022 Daniël van Noord <[email protected]>
89
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
9-
# Copyright (c) 2021 Daniël van Noord <[email protected]>
1010
# Copyright (c) 2021 Redoubts <[email protected]>
1111
# Copyright (c) 2021 Marc Mueller <[email protected]>
1212
# Copyright (c) 2021 Tim Martin <[email protected]>
1313
# Copyright (c) 2021 hippo91 <[email protected]>
14+
# Copyright (c) 2022 Jacob Walls <[email protected]>
15+
# Copyright (c) 2022 Alexander Shadchin <[email protected]>
1416

1517
"""Astroid hooks for typing.py support."""
1618
import typing

astroid/builder.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@
88
# Copyright (c) 2017 Łukasz Rogalski <[email protected]>
99
# Copyright (c) 2018 Anthony Sottile <[email protected]>
1010
# Copyright (c) 2020-2021 hippo91 <[email protected]>
11+
# Copyright (c) 2021-2022 Marc Mueller <[email protected]>
12+
# Copyright (c) 2021-2022 Daniël van Noord <[email protected]>
1113
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
1214
# Copyright (c) 2021 Tushar Sadhwani <[email protected]>
13-
# Copyright (c) 2021 Daniël van Noord <[email protected]>
1415
# Copyright (c) 2021 Gregory P. Smith <[email protected]>
1516
# Copyright (c) 2021 Kian Meng, Ang <[email protected]>
16-
# Copyright (c) 2021 Marc Mueller <[email protected]>
1717
# Copyright (c) 2021 Andrew Haigh <[email protected]>
18+
# Copyright (c) 2022 Joshua Cannon <[email protected]>
19+
# Copyright (c) 2022 Alexander Shadchin <[email protected]>
1820

1921
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
2022
# For details: https://github.com/PyCQA/astroid/blob/main/LICENSE

astroid/context.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
# Copyright (c) 2021 David Liu <[email protected]>
1111
# Copyright (c) 2021 Marc Mueller <[email protected]>
1212
# Copyright (c) 2021 Andrew Haigh <[email protected]>
13+
# Copyright (c) 2022 Alexander Shadchin <[email protected]>
1314

1415
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
1516
# For details: https://github.com/PyCQA/astroid/blob/main/LICENSE

astroid/decorators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
# Copyright (c) 2018 Bryce Guinta <[email protected]>
1010
# Copyright (c) 2020-2021 hippo91 <[email protected]>
1111
# Copyright (c) 2020 Ram Rachum <[email protected]>
12+
# Copyright (c) 2021-2022 Marc Mueller <[email protected]>
1213
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
13-
# Copyright (c) 2021 Marc Mueller <[email protected]>
1414
# Copyright (c) 2021 Daniël van Noord <[email protected]>
1515

1616
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html

astroid/helpers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
# Copyright (c) 2021 David Liu <[email protected]>
1212
# Copyright (c) 2021 Marc Mueller <[email protected]>
1313
# Copyright (c) 2021 Andrew Haigh <[email protected]>
14+
# Copyright (c) 2022 Alexander Shadchin <[email protected]>
1415

1516
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
1617
# For details: https://github.com/PyCQA/astroid/blob/main/LICENSE

astroid/inference.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,13 @@
1616
# Copyright (c) 2018 Ashley Whetter <[email protected]>
1717
# Copyright (c) 2018 HoverHell <[email protected]>
1818
# Copyright (c) 2020 Leandro T. C. Melo <[email protected]>
19+
# Copyright (c) 2021-2022 Daniël van Noord <[email protected]>
1920
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
2021
# Copyright (c) 2021 Kian Meng, Ang <[email protected]>
21-
# Copyright (c) 2021 Daniël van Noord <[email protected]>
2222
# Copyright (c) 2021 Marc Mueller <[email protected]>
2323
# Copyright (c) 2021 Andrew Haigh <[email protected]>
2424
# Copyright (c) 2021 David Liu <[email protected]>
25+
# Copyright (c) 2022 Alexander Shadchin <[email protected]>
2526

2627
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
2728
# For details: https://github.com/PyCQA/astroid/blob/main/LICENSE

astroid/interpreter/_import/spec.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
# Copyright (c) 2021 Daniël van Noord <[email protected]>
1515
# Copyright (c) 2021 DudeNr33 <[email protected]>
1616
# Copyright (c) 2021 Marc Mueller <[email protected]>
17+
# Copyright (c) 2022 Jacob Walls <[email protected]>
18+
# Copyright (c) 2022 Alexander Shadchin <[email protected]>
1719

1820
import abc
1921
import collections

astroid/interpreter/_import/util.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Copyright (c) 2016, 2018 Claudiu Popa <[email protected]>
2+
# Copyright (c) 2021-2022 Daniël van Noord <[email protected]>
23
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
3-
# Copyright (c) 2021 Daniël van Noord <[email protected]>
44
# Copyright (c) 2021 Neil Girdhar <[email protected]>
5+
# Copyright (c) 2022 Alexander Shadchin <[email protected]>
56

67
try:
78
import pkg_resources

astroid/mixins.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
# Copyright (c) 2021 Daniël van Noord <[email protected]>
1111
# Copyright (c) 2021 Marc Mueller <[email protected]>
1212
# Copyright (c) 2021 pre-commit-ci[bot] <[email protected]>
13+
# Copyright (c) 2022 Alexander Shadchin <[email protected]>
1314

1415
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
1516
# For details: https://github.com/PyCQA/astroid/blob/main/LICENSE

astroid/modutils.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,14 @@
1717
# Copyright (c) 2019 BasPH <[email protected]>
1818
# Copyright (c) 2020-2021 hippo91 <[email protected]>
1919
# Copyright (c) 2020 Peter Kolbus <[email protected]>
20+
# Copyright (c) 2021-2022 Daniël van Noord <[email protected]>
2021
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
21-
# Copyright (c) 2021 Daniël van Noord <[email protected]>
2222
# Copyright (c) 2021 Keichi Takahashi <[email protected]>
2323
# Copyright (c) 2021 Nick Drozd <[email protected]>
2424
# Copyright (c) 2021 Marc Mueller <[email protected]>
2525
# Copyright (c) 2021 DudeNr33 <[email protected]>
26+
# Copyright (c) 2022 pre-commit-ci[bot] <[email protected]>
27+
# Copyright (c) 2022 Alexander Shadchin <[email protected]>
2628

2729
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
2830
# For details: https://github.com/PyCQA/astroid/blob/main/LICENSE

astroid/nodes/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
# Copyright (c) 2017 Ashley Whetter <[email protected]>
88
# Copyright (c) 2017 rr- <[email protected]>
99
# Copyright (c) 2018 Bryce Guinta <[email protected]>
10+
# Copyright (c) 2021-2022 Daniël van Noord <[email protected]>
1011
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
11-
# Copyright (c) 2021 Daniël van Noord <[email protected]>
1212
# Copyright (c) 2021 Marc Mueller <[email protected]>
1313

1414
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html

astroid/nodes/as_string.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
# Copyright (c) 2021 Marc Mueller <[email protected]>
1818
# Copyright (c) 2021 Daniël van Noord <[email protected]>
1919
# Copyright (c) 2021 pre-commit-ci[bot] <[email protected]>
20+
# Copyright (c) 2022 Alexander Shadchin <[email protected]>
2021

2122
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
2223
# For details: https://github.com/PyCQA/astroid/blob/main/LICENSE

astroid/nodes/node_classes.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,16 @@
2323
# Copyright (c) 2019 kavins14 <[email protected]>
2424
# Copyright (c) 2020 Raphael Gaschignard <[email protected]>
2525
# Copyright (c) 2020 Bryce Guinta <[email protected]>
26+
# Copyright (c) 2021-2022 Marc Mueller <[email protected]>
2627
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
2728
# Copyright (c) 2021 Tushar Sadhwani <[email protected]>
28-
# Copyright (c) 2021 Marc Mueller <[email protected]>
2929
# Copyright (c) 2021 Daniël van Noord <[email protected]>
3030
# Copyright (c) 2021 Kian Meng, Ang <[email protected]>
3131
# Copyright (c) 2021 David Liu <[email protected]>
3232
# Copyright (c) 2021 Alphadelta14 <[email protected]>
3333
# Copyright (c) 2021 Andrew Haigh <[email protected]>
3434
# Copyright (c) 2021 Federico Bond <[email protected]>
35+
# Copyright (c) 2022 Alexander Shadchin <[email protected]>
3536

3637
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
3738
# For details: https://github.com/PyCQA/astroid/blob/main/LICENSE

astroid/nodes/scoped_nodes/scoped_nodes.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,18 @@
2323
# Copyright (c) 2020 Peter Kolbus <[email protected]>
2424
# Copyright (c) 2020 Tim Martin <[email protected]>
2525
# Copyright (c) 2020 Ram Rachum <[email protected]>
26+
# Copyright (c) 2021-2022 Marc Mueller <[email protected]>
27+
# Copyright (c) 2021-2022 Daniël van Noord <[email protected]>
2628
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
2729
# Copyright (c) 2021 Tushar Sadhwani <[email protected]>
28-
# Copyright (c) 2021 Marc Mueller <[email protected]>
29-
# Copyright (c) 2021 Daniël van Noord <[email protected]>
3030
# Copyright (c) 2021 Kian Meng, Ang <[email protected]>
3131
# Copyright (c) 2021 Dmitry Shachnev <[email protected]>
3232
# Copyright (c) 2021 David Liu <[email protected]>
3333
# Copyright (c) 2021 pre-commit-ci[bot] <[email protected]>
3434
# Copyright (c) 2021 doranid <[email protected]>
3535
# Copyright (c) 2021 Andrew Haigh <[email protected]>
36+
# Copyright (c) 2022 Jacob Walls <[email protected]>
37+
# Copyright (c) 2022 Alexander Shadchin <[email protected]>
3638

3739
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
3840
# For details: https://github.com/PyCQA/astroid/blob/main/LICENSE

astroid/protocols.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@
1616
# Copyright (c) 2020-2021 hippo91 <[email protected]>
1717
# Copyright (c) 2020 Vilnis Termanis <[email protected]>
1818
# Copyright (c) 2020 Ram Rachum <[email protected]>
19+
# Copyright (c) 2021-2022 Daniël van Noord <[email protected]>
1920
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
2021
# Copyright (c) 2021 Tushar Sadhwani <[email protected]>
21-
# Copyright (c) 2021 Daniël van Noord <[email protected]>
2222
# Copyright (c) 2021 David Liu <[email protected]>
2323
# Copyright (c) 2021 Marc Mueller <[email protected]>
2424
# Copyright (c) 2021 doranid <[email protected]>
25+
# Copyright (c) 2022 pre-commit-ci[bot] <[email protected]>
26+
# Copyright (c) 2022 Alexander Shadchin <[email protected]>
2527

2628
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
2729
# For details: https://github.com/PyCQA/astroid/blob/main/LICENSE

astroid/raw_building.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@
1313
# Copyright (c) 2020-2021 hippo91 <[email protected]>
1414
# Copyright (c) 2020 Becker Awqatty <[email protected]>
1515
# Copyright (c) 2020 Robin Jarry <[email protected]>
16+
# Copyright (c) 2021-2022 Daniël van Noord <[email protected]>
1617
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
17-
# Copyright (c) 2021 Daniël van Noord <[email protected]>
1818
# Copyright (c) 2021 Marc Mueller <[email protected]>
1919
# Copyright (c) 2021 Andrew Haigh <[email protected]>
20+
# Copyright (c) 2022 Alexander Shadchin <[email protected]>
2021

2122
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
2223
# For details: https://github.com/PyCQA/astroid/blob/main/LICENSE

astroid/rebuilder.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@
1717
# Copyright (c) 2019-2021 Ashley Whetter <[email protected]>
1818
# Copyright (c) 2019 Hugo van Kemenade <[email protected]>
1919
# Copyright (c) 2019 Zbigniew Jędrzejewski-Szmek <[email protected]>
20-
# Copyright (c) 2021 Marc Mueller <[email protected]>
21-
# Copyright (c) 2021 Daniël van Noord <[email protected]>
20+
# Copyright (c) 2021-2022 Marc Mueller <[email protected]>
21+
# Copyright (c) 2021-2022 Daniël van Noord <[email protected]>
2222
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
2323
# Copyright (c) 2021 Federico Bond <[email protected]>
2424
# Copyright (c) 2021 hippo91 <[email protected]>
25+
# Copyright (c) 2022 Sergei Lebedev <[email protected]>
2526

2627
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
2728
# For details: https://github.com/PyCQA/astroid/blob/main/LICENSE

astroid/test_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
99
# Copyright (c) 2021 Marc Mueller <[email protected]>
1010
# Copyright (c) 2021 Andrew Haigh <[email protected]>
11+
# Copyright (c) 2022 Jacob Walls <[email protected]>
1112

1213
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
1314
# For details: https://github.com/PyCQA/astroid/blob/main/LICENSE

astroid/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# Copyright (c) 2018 Nick Drozd <[email protected]>
55
# Copyright (c) 2020-2021 hippo91 <[email protected]>
66
# Copyright (c) 2020 Bryce Guinta <[email protected]>
7+
# Copyright (c) 2021-2022 Marc Mueller <[email protected]>
78
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
8-
# Copyright (c) 2021 Marc Mueller <[email protected]>
99

1010
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
1111
# For details: https://github.com/PyCQA/astroid/blob/main/LICENSE

tbump.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github_url = "https://github.com/PyCQA/astroid"
22

33
[version]
4-
current = "2.10.0-dev0"
4+
current = "2.10.0"
55
regex = '''
66
^(?P<major>0|[1-9]\d*)
77
\.

tests/resources.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# Copyright (c) 2020 David Cain <[email protected]>
88
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
99
# Copyright (c) 2021 Marc Mueller <[email protected]>
10+
# Copyright (c) 2022 Daniël van Noord <[email protected]>
1011

1112
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
1213
# For details: https://github.com/PyCQA/astroid/blob/main/LICENSE

tests/unittest_brain.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@
3939
# Copyright (c) 2021 Andrew Haigh <[email protected]>
4040
# Copyright (c) 2021 Artsiom Kaval <[email protected]>
4141
# Copyright (c) 2021 Damien Baty <[email protected]>
42+
# Copyright (c) 2022 Jacob Walls <[email protected]>
43+
# Copyright (c) 2022 Jacob Bogdanov <[email protected]>
44+
# Copyright (c) 2022 Alexander Shadchin <[email protected]>
4245

4346
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
4447
# For details: https://github.com/PyCQA/astroid/blob/main/LICENSE

0 commit comments

Comments
 (0)