Skip to content

Commit c47561e

Browse files
Bump astroid to 2.8.6, update changelog
1 parent aa291b8 commit c47561e

19 files changed

+21
-15
lines changed

ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Release date: TBA
1010

1111
What's New in astroid 2.8.6?
1212
============================
13-
Release date: TBA
13+
Release date: 2021-11-21
1414

1515
* Fix crash on inference of subclasses created from ``Class().__subclasses__``
1616

astroid/__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
2525
# For details: https://github.com/PyCQA/astroid/blob/main/LICENSE
2626

27-
__version__ = "2.8.6-dev0"
27+
__version__ = "2.8.6"
2828
version = __version__

astroid/builder.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
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 Daniël van Noord <[email protected]>
1112
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
1213
# Copyright (c) 2021 Marc Mueller <[email protected]>
1314
# Copyright (c) 2021 Andrew Haigh <[email protected]>

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 Marc Mueller <[email protected]>
1312
# 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/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
# Copyright (c) 2016 Derek Gustafson <[email protected]>
66
# Copyright (c) 2018 Bryce Guinta <[email protected]>
77
# Copyright (c) 2020-2021 hippo91 <[email protected]>
8-
# Copyright (c) 2021 Daniël van Noord <[email protected]>
98
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
9+
# Copyright (c) 2021 Daniël van Noord <[email protected]>
1010
# Copyright (c) 2021 Marc Mueller <[email protected]>
1111
# Copyright (c) 2021 Andrew Haigh <[email protected]>
1212

astroid/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
# Copyright (c) 2020 Simon Hewitt <[email protected]>
66
# Copyright (c) 2020 Bryce Guinta <[email protected]>
77
# Copyright (c) 2020 Ram Rachum <[email protected]>
8-
# Copyright (c) 2021 Daniël van Noord <[email protected]>
98
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
9+
# Copyright (c) 2021 Daniël van Noord <[email protected]>
1010
# Copyright (c) 2021 David Liu <[email protected]>
1111
# Copyright (c) 2021 Marc Mueller <[email protected]>
1212
# Copyright (c) 2021 Andrew Haigh <[email protected]>

astroid/inference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
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 Pierre Sassoulas <[email protected]>
2019
# Copyright (c) 2021 Daniël van Noord <[email protected]>
20+
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
2121
# Copyright (c) 2021 Marc Mueller <[email protected]>
2222
# Copyright (c) 2021 Andrew Haigh <[email protected]>
2323
# Copyright (c) 2021 David Liu <[email protected]>

astroid/interpreter/objectmodel.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# Copyright (c) 2018 Ville Skyttä <[email protected]>
77
# Copyright (c) 2018 Nick Drozd <[email protected]>
88
# Copyright (c) 2020-2021 hippo91 <[email protected]>
9+
# Copyright (c) 2021 Daniël van Noord <[email protected]>
910
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
1011
# Copyright (c) 2021 Marc Mueller <[email protected]>
1112
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html

astroid/manager.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
# Copyright (c) 2020 Raphael Gaschignard <[email protected]>
1414
# Copyright (c) 2020 Anubhav <[email protected]>
1515
# Copyright (c) 2020 Ashley Whetter <[email protected]>
16+
# Copyright (c) 2021 Daniël van Noord <[email protected]>
1617
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
1718
# Copyright (c) 2021 grayjk <[email protected]>
1819
# Copyright (c) 2021 Marc Mueller <[email protected]>

astroid/nodes/as_string.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
# Copyright (c) 2018 Nick Drozd <[email protected]>
1414
# Copyright (c) 2019 Alex Hall <[email protected]>
1515
# Copyright (c) 2019 Hugo van Kemenade <[email protected]>
16-
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
1716
# Copyright (c) 2021 Daniël van Noord <[email protected]>
17+
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
1818
# Copyright (c) 2021 Marc Mueller <[email protected]>
1919
# Copyright (c) 2021 pre-commit-ci[bot] <[email protected]>
2020

astroid/nodes/node_classes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
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 Daniël van Noord <[email protected]>
2726
# Copyright (c) 2021 Marc Mueller <[email protected]>
2827
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
28+
# Copyright (c) 2021 Daniël van Noord <[email protected]>
2929
# Copyright (c) 2021 David Liu <[email protected]>
3030
# Copyright (c) 2021 Alphadelta14 <[email protected]>
3131
# Copyright (c) 2021 Andrew Haigh <[email protected]>

astroid/nodes/scoped_nodes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
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 Marc Mueller <[email protected]>
2627
# Copyright (c) 2021 Daniël van Noord <[email protected]>
2728
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
28-
# Copyright (c) 2021 Marc Mueller <[email protected]>
2929
# Copyright (c) 2021 David Liu <[email protected]>
3030
# Copyright (c) 2021 pre-commit-ci[bot] <[email protected]>
3131
# Copyright (c) 2021 doranid <[email protected]>

astroid/rebuilder.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@
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 Pierre Sassoulas <[email protected]>
2120
# Copyright (c) 2021 Marc Mueller <[email protected]>
21+
# Copyright (c) 2021 Daniël van Noord <[email protected]>
22+
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
2223
# Copyright (c) 2021 Federico Bond <[email protected]>
2324
# Copyright (c) 2021 hippo91 <[email protected]>
2425

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.8.6-dev0"
4+
current = "2.8.6"
55
regex = '''
66
^(?P<major>0|[1-9]\d*)
77
\.

tests/unittest_brain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
# Copyright (c) 2019 Grygorii Iermolenko <[email protected]>
2525
# Copyright (c) 2020 David Gilman <[email protected]>
2626
# Copyright (c) 2020 Peter Kolbus <[email protected]>
27-
# Copyright (c) 2021 Daniël van Noord <[email protected]>
2827
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
28+
# Copyright (c) 2021 Daniël van Noord <[email protected]>
2929
# Copyright (c) 2021 Joshua Cannon <[email protected]>
3030
# Copyright (c) 2021 Craig Franklin <[email protected]>
3131
# Copyright (c) 2021 Marc Mueller <[email protected]>

tests/unittest_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
# Copyright (c) 2019 Ashley Whetter <[email protected]>
1313
# Copyright (c) 2019 Hugo van Kemenade <[email protected]>
1414
# Copyright (c) 2020-2021 hippo91 <[email protected]>
15-
# Copyright (c) 2021 Daniël van Noord <[email protected]>
1615
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
16+
# Copyright (c) 2021 Daniël van Noord <[email protected]>
1717
# Copyright (c) 2021 Marc Mueller <[email protected]>
1818
# Copyright (c) 2021 Andrew Haigh <[email protected]>
1919
# Copyright (c) 2021 pre-commit-ci[bot] <[email protected]>

tests/unittest_inference.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
# Copyright (c) 2020 Peter Kolbus <[email protected]>
2727
# Copyright (c) 2020 Karthikeyan Singaravelan <[email protected]>
2828
# Copyright (c) 2020 Bryce Guinta <[email protected]>
29-
# Copyright (c) 2021 Marc Mueller <[email protected]>
30-
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
3129
# Copyright (c) 2021 Daniël van Noord <[email protected]>
30+
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
31+
# Copyright (c) 2021 Marc Mueller <[email protected]>
3232
# Copyright (c) 2021 Andrew Haigh <[email protected]>
3333
# Copyright (c) 2021 doranid <[email protected]>
3434
# Copyright (c) 2021 Francis Charette Migneault <[email protected]>

tests/unittest_object_model.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# Copyright (c) 2018 Bryce Guinta <[email protected]>
55
# Copyright (c) 2019 Ashley Whetter <[email protected]>
66
# Copyright (c) 2020 David Gilman <[email protected]>
7+
# Copyright (c) 2021 Keichi Takahashi <[email protected]>
78
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
89
# Copyright (c) 2021 Marc Mueller <[email protected]>
910
# Copyright (c) 2021 Andrew Haigh <[email protected]>

tests/unittest_protocols.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# Copyright (c) 2019 Ashley Whetter <[email protected]>
77
# Copyright (c) 2020-2021 hippo91 <[email protected]>
88
# Copyright (c) 2020 David Gilman <[email protected]>
9+
# Copyright (c) 2021 Daniël van Noord <[email protected]>
910
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
1011
# Copyright (c) 2021 Marc Mueller <[email protected]>
1112

0 commit comments

Comments
 (0)