Skip to content

Commit c47561e

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

19 files changed

Lines changed: 21 additions & 15 deletions

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 <rogalski.91@gmail.com>
99
# Copyright (c) 2018 Anthony Sottile <asottile@umich.edu>
1010
# Copyright (c) 2020-2021 hippo91 <guillaume.peillex@gmail.com>
11+
# Copyright (c) 2021 Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
1112
# Copyright (c) 2021 Pierre Sassoulas <pierre.sassoulas@gmail.com>
1213
# Copyright (c) 2021 Marc Mueller <30130371+cdce8p@users.noreply.github.com>
1314
# Copyright (c) 2021 Andrew Haigh <hello@nelf.in>

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 <bryce.paul.guinta@gmail.com>
1010
# Copyright (c) 2020-2021 hippo91 <guillaume.peillex@gmail.com>
1111
# Copyright (c) 2020 Ram Rachum <ram@rachum.com>
12-
# Copyright (c) 2021 Marc Mueller <30130371+cdce8p@users.noreply.github.com>
1312
# Copyright (c) 2021 Pierre Sassoulas <pierre.sassoulas@gmail.com>
13+
# Copyright (c) 2021 Marc Mueller <30130371+cdce8p@users.noreply.github.com>
1414
# Copyright (c) 2021 Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
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 <degustaf@gmail.com>
66
# Copyright (c) 2018 Bryce Guinta <bryce.paul.guinta@gmail.com>
77
# Copyright (c) 2020-2021 hippo91 <guillaume.peillex@gmail.com>
8-
# Copyright (c) 2021 Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
98
# Copyright (c) 2021 Pierre Sassoulas <pierre.sassoulas@gmail.com>
9+
# Copyright (c) 2021 Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
1010
# Copyright (c) 2021 Marc Mueller <30130371+cdce8p@users.noreply.github.com>
1111
# Copyright (c) 2021 Andrew Haigh <hello@nelf.in>
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 <si@sjhewitt.co.uk>
66
# Copyright (c) 2020 Bryce Guinta <bryce.guinta@protonmail.com>
77
# Copyright (c) 2020 Ram Rachum <ram@rachum.com>
8-
# Copyright (c) 2021 Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
98
# Copyright (c) 2021 Pierre Sassoulas <pierre.sassoulas@gmail.com>
9+
# Copyright (c) 2021 Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
1010
# Copyright (c) 2021 David Liu <david@cs.toronto.edu>
1111
# Copyright (c) 2021 Marc Mueller <30130371+cdce8p@users.noreply.github.com>
1212
# Copyright (c) 2021 Andrew Haigh <hello@nelf.in>

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 <ashley@awhetter.co.uk>
1717
# Copyright (c) 2018 HoverHell <hoverhell@gmail.com>
1818
# Copyright (c) 2020 Leandro T. C. Melo <ltcmelo@gmail.com>
19-
# Copyright (c) 2021 Pierre Sassoulas <pierre.sassoulas@gmail.com>
2019
# Copyright (c) 2021 Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
20+
# Copyright (c) 2021 Pierre Sassoulas <pierre.sassoulas@gmail.com>
2121
# Copyright (c) 2021 Marc Mueller <30130371+cdce8p@users.noreply.github.com>
2222
# Copyright (c) 2021 Andrew Haigh <hello@nelf.in>
2323
# Copyright (c) 2021 David Liu <david@cs.toronto.edu>

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ä <ville.skytta@iki.fi>
77
# Copyright (c) 2018 Nick Drozd <nicholasdrozd@gmail.com>
88
# Copyright (c) 2020-2021 hippo91 <guillaume.peillex@gmail.com>
9+
# Copyright (c) 2021 Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
910
# Copyright (c) 2021 Pierre Sassoulas <pierre.sassoulas@gmail.com>
1011
# Copyright (c) 2021 Marc Mueller <30130371+cdce8p@users.noreply.github.com>
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 <raphael@rtpg.co>
1414
# Copyright (c) 2020 Anubhav <35621759+anubh-v@users.noreply.github.com>
1515
# Copyright (c) 2020 Ashley Whetter <ashley@awhetter.co.uk>
16+
# Copyright (c) 2021 Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
1617
# Copyright (c) 2021 Pierre Sassoulas <pierre.sassoulas@gmail.com>
1718
# Copyright (c) 2021 grayjk <grayjk@gmail.com>
1819
# Copyright (c) 2021 Marc Mueller <30130371+cdce8p@users.noreply.github.com>

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 <nicholasdrozd@gmail.com>
1414
# Copyright (c) 2019 Alex Hall <alex.mojaki@gmail.com>
1515
# Copyright (c) 2019 Hugo van Kemenade <hugovk@users.noreply.github.com>
16-
# Copyright (c) 2021 Pierre Sassoulas <pierre.sassoulas@gmail.com>
1716
# Copyright (c) 2021 Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
17+
# Copyright (c) 2021 Pierre Sassoulas <pierre.sassoulas@gmail.com>
1818
# Copyright (c) 2021 Marc Mueller <30130371+cdce8p@users.noreply.github.com>
1919
# Copyright (c) 2021 pre-commit-ci[bot] <bot@noreply.github.com>
2020

0 commit comments

Comments
 (0)