Skip to content

Commit 17165d5

Browse files
Bump astroid to 2.6.4, update changelog
1 parent 8f3c799 commit 17165d5

File tree

83 files changed

+90
-83
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+90
-83
lines changed

ChangeLog

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,16 @@ What's New in astroid 2.7.0?
77
Release date: TBA
88

99

10-
What's New in astroid 2.6.4?
10+
What's New in astroid 2.6.5?
1111
============================
1212
Release date: TBA
1313

14+
15+
16+
What's New in astroid 2.6.4?
17+
============================
18+
Release date: 2021-07-19
19+
1420
* Fix a crash when a StopIteration was raised when inferring
1521
a faulty function in a context manager.
1622

astroid/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
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 Marc Mueller <[email protected]>
1211
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
12+
# 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
1515
# For details: https://github.com/PyCQA/astroid/blob/main/LICENSE

astroid/__pkginfo__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
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 Marc Mueller <[email protected]>
2221
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
22+
# Copyright (c) 2021 Marc Mueller <[email protected]>
2323

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.6.3"
27+
__version__ = "2.6.4"
2828
version = __version__

astroid/arguments.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) 2018 Anthony Sottile <[email protected]>
66
# Copyright (c) 2020 hippo91 <[email protected]>
7-
# Copyright (c) 2021 Marc Mueller <[email protected]>
87
# 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

astroid/bases.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) 2018 Daniel Colascione <[email protected]>
1515
# Copyright (c) 2019 Hugo van Kemenade <[email protected]>
16-
# Copyright (c) 2021 doranid <[email protected]>
1716
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
17+
# Copyright (c) 2021 doranid <[email protected]>
1818
# Copyright (c) 2021 Marc Mueller <[email protected]>
1919
# Copyright (c) 2021 Andrew Haigh <[email protected]>
2020

astroid/brain/brain_collections.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# Copyright (c) 2018 Ioana Tagirta <[email protected]>
55
# Copyright (c) 2019 Hugo van Kemenade <[email protected]>
66
# Copyright (c) 2020-2021 hippo91 <[email protected]>
7-
# Copyright (c) 2021 Marc Mueller <[email protected]>
87
# 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

astroid/brain/brain_dateutil.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Copyright (c) 2015 raylu <[email protected]>
33
# Copyright (c) 2016 Ceridwen <[email protected]>
44
# Copyright (c) 2020-2021 hippo91 <[email protected]>
5-
# Copyright (c) 2021 Marc Mueller <[email protected]>
65
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
6+
# Copyright (c) 2021 Marc Mueller <[email protected]>
77

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

astroid/brain/brain_fstrings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Copyright (c) 2017-2018, 2020 Claudiu Popa <[email protected]>
22
# Copyright (c) 2020-2021 hippo91 <[email protected]>
33
# Copyright (c) 2020 Karthikeyan Singaravelan <[email protected]>
4-
# Copyright (c) 2021 Marc Mueller <[email protected]>
54
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
5+
# Copyright (c) 2021 Marc Mueller <[email protected]>
66

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

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 Marc Mueller <[email protected]>
1312
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
13+
# Copyright (c) 2021 Marc Mueller <[email protected]>
1414

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

astroid/brain/brain_hashlib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# Copyright (c) 2018 Ioana Tagirta <[email protected]>
55
# Copyright (c) 2020-2021 hippo91 <[email protected]>
66
# Copyright (c) 2020 David Gilman <[email protected]>
7-
# Copyright (c) 2021 Marc Mueller <[email protected]>
87
# 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

0 commit comments

Comments
 (0)