Skip to content

Commit e8e4b44

Browse files
Bump astroid to 2.6.2, update changelog
1 parent 9e1af52 commit e8e4b44

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
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.6.2?
11+
What's New in astroid 2.6.3?
1212
============================
1313
Release date: TBA
1414

15+
16+
17+
What's New in astroid 2.6.2?
18+
============================
19+
Release date: 2021-06-30
20+
1521
* Fix a crash when the inference of the length of a node failed
1622

1723
Closes PyCQA/pylint#4633

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/master/LICENSE
2626

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

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 hippo91 <[email protected]>
1111

1212
"""Astroid hooks for typing.py support."""

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.6.2-dev0"
4+
current = "2.6.2"
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 Marc Mueller <[email protected]>
2827
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
28+
# Copyright (c) 2021 Marc Mueller <[email protected]>
2929
# Copyright (c) 2021 Andrew Haigh <[email protected]>
3030
# Copyright (c) 2021 Artsiom Kaval <[email protected]>
3131
# Copyright (c) 2021 Damien Baty <[email protected]>

0 commit comments

Comments
 (0)