Skip to content

Commit 3ec2617

Browse files
Bump astroid to 2.8.3, update changelog
1 parent abfad38 commit 3ec2617

31 files changed

+38
-30
lines changed

ChangeLog

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,16 @@ Release date: TBA
88

99

1010

11-
What's New in astroid 2.8.3?
11+
What's New in astroid 2.8.4?
1212
============================
1313
Release date: TBA
1414

15+
16+
17+
What's New in astroid 2.8.3?
18+
============================
19+
Release date: 2021-10-17
20+
1521
* Add support for wrapt 1.13
1622

1723
* Fixes handling of nested partial functions

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.3-dev0"
27+
__version__ = "2.8.3"
2828
version = __version__

astroid/bases.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
# Copyright (c) 2018 Bryce Guinta <[email protected]>
1414
# Copyright (c) 2018 Daniel Colascione <[email protected]>
1515
# Copyright (c) 2019 Hugo van Kemenade <[email protected]>
16+
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
1617
# Copyright (c) 2021 pre-commit-ci[bot] <[email protected]>
1718
# Copyright (c) 2021 Daniël van Noord <[email protected]>
18-
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
1919
# Copyright (c) 2021 David Liu <[email protected]>
2020
# Copyright (c) 2021 doranid <[email protected]>
2121
# Copyright (c) 2021 Marc Mueller <[email protected]>

astroid/brain/brain_builtin_inference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
# Copyright (c) 2020-2021 hippo91 <[email protected]>
1212
# Copyright (c) 2020 David Gilman <[email protected]>
1313
# Copyright (c) 2020 Ram Rachum <[email protected]>
14-
# Copyright (c) 2021 Daniël van Noord <[email protected]>
1514
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
15+
# 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]>
1818

astroid/brain/brain_gi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
# Copyright (c) 2018 Christoph Reiter <[email protected]>
1010
# Copyright (c) 2019 Philipp Hörist <[email protected]>
1111
# Copyright (c) 2020-2021 hippo91 <[email protected]>
12-
# Copyright (c) 2021 Daniël van Noord <[email protected]>
1312
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
13+
# Copyright (c) 2021 Daniël van Noord <[email protected]>
1414
# Copyright (c) 2021 Marc Mueller <[email protected]>
1515

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

astroid/brain/brain_namedtuple_enum.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
# Copyright (c) 2019 Ashley Whetter <[email protected]>
1515
# Copyright (c) 2020 hippo91 <[email protected]>
1616
# Copyright (c) 2020 Ram Rachum <[email protected]>
17-
# Copyright (c) 2021 Daniël van Noord <[email protected]>
1817
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
18+
# Copyright (c) 2021 Daniël van Noord <[email protected]>
1919
# Copyright (c) 2021 Dimitri Prybysh <[email protected]>
2020
# Copyright (c) 2021 David Liu <[email protected]>
2121
# Copyright (c) 2021 pre-commit-ci[bot] <[email protected]>

astroid/brain/brain_subprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
# Copyright (c) 2019 Hugo van Kemenade <[email protected]>
66
# Copyright (c) 2020-2021 hippo91 <[email protected]>
77
# Copyright (c) 2020 Peter Pentchev <[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 Damien Baty <[email protected]>
1212

astroid/brain/brain_typing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
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 Marc Mueller <[email protected]>
98
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
9+
# Copyright (c) 2021 Marc Mueller <[email protected]>
1010
# Copyright (c) 2021 Tim Martin <[email protected]>
1111
# Copyright (c) 2021 hippo91 <[email protected]>
1212

astroid/context.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) 2019-2021 hippo91 <[email protected]>
66
# Copyright (c) 2020 Bryce Guinta <[email protected]>
7-
# Copyright (c) 2021 Daniël van Noord <[email protected]>
87
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
8+
# Copyright (c) 2021 Daniël van Noord <[email protected]>
99
# Copyright (c) 2021 David Liu <[email protected]>
1010
# Copyright (c) 2021 Marc Mueller <[email protected]>
1111
# 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 Daniël van Noord <[email protected]>
1312
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
13+
# Copyright (c) 2021 Daniël van Noord <[email protected]>
1414
# Copyright (c) 2021 Marc Mueller <[email protected]>
1515

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

0 commit comments

Comments
 (0)