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

0 commit comments

Comments
 (0)