Skip to content

Commit 82bf77d

Browse files
Bump astroid to 2.6.0, update changelog
1 parent 2265f41 commit 82bf77d

15 files changed

+31
-13
lines changed

ChangeLog

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,22 @@
22
astroid's ChangeLog
33
===================
44

5-
What's New in astroid 2.6.0?
5+
What's New in astroid 2.7.0?
6+
============================
7+
Release Date: TBA
8+
9+
10+
11+
What's New in astroid 2.6.1?
612
============================
713
Release Date: TBA
814

15+
16+
17+
What's New in astroid 2.6.0?
18+
============================
19+
Release Date: 2021-06-22
20+
921
* Appveyor and travis are no longer used in the continuous integration
1022

1123
* ``setuptools_scm`` has been removed and replaced by ``tbump`` in order to not

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

astroid/brain/brain_scipy_signal.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Copyright (c) 2019 Valentin Valls <[email protected]>
2-
# Copyright (c) 2020-2021 hippo91 <[email protected]>
3-
# Copyright (c) 2020 Claudiu Popa <[email protected]>
4-
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
1+
# Copyright (c) 2019 Valentin Valls <[email protected]>
2+
# Copyright (c) 2020-2021 hippo91 <[email protected]>
3+
# Copyright (c) 2020 Claudiu Popa <[email protected]>
4+
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
55

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

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 Andrew Haigh <[email protected]>
87
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
8+
# Copyright (c) 2021 Andrew Haigh <[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/master/LICENSE

astroid/manager.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
# Copyright (c) 2020 Anubhav <[email protected]>
1515
# Copyright (c) 2020 Ashley Whetter <[email protected]>
1616
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
17+
# Copyright (c) 2021 Andrew Haigh <[email protected]>
1718
# Copyright (c) 2021 DudeNr33 <[email protected]>
1819
# Copyright (c) 2021 pre-commit-ci[bot] <[email protected]>
1920

astroid/node_classes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
# Copyright (c) 2019 kavins14 <[email protected]>
2424
# Copyright (c) 2020 Raphael Gaschignard <[email protected]>
2525
# Copyright (c) 2020 Bryce Guinta <[email protected]>
26-
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
2726
# Copyright (c) 2021 Marc Mueller <[email protected]>
27+
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
2828
# Copyright (c) 2021 Andrew Haigh <[email protected]>
2929
# Copyright (c) 2021 Federico Bond <[email protected]>
3030

astroid/objects.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
# Copyright (c) 2018 hippo91 <[email protected]>
66
# Copyright (c) 2018 Bryce Guinta <[email protected]>
77
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
8+
# Copyright (c) 2021 Marc Mueller <[email protected]>
89

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

astroid/raw_building.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
1313
# Copyright (c) 2020-2021 hippo91 <[email protected]>
1414
# Copyright (c) 2020 Becker Awqatty <[email protected]>
1515
# Copyright (c) 2020 Robin Jarry <[email protected]>
16-
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
1716
# Copyright (c) 2021 Marc Mueller <[email protected]>
17+
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
18+
# Copyright (c) 2021 Andrew Haigh <[email protected]>
1819

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

astroid/rebuilder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
# Copyright (c) 2019-2021 Ashley Whetter <[email protected]>
1818
# Copyright (c) 2019 Hugo van Kemenade <[email protected]>
1919
# Copyright (c) 2019 Zbigniew Jędrzejewski-Szmek <[email protected]>
20-
# Copyright (c) 2021 Marc Mueller <[email protected]>
2120
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
21+
# Copyright (c) 2021 Marc Mueller <[email protected]>
2222
# Copyright (c) 2021 Federico Bond <[email protected]>
2323
# Copyright (c) 2021 hippo91 <[email protected]>
2424

astroid/test_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
# Copyright (c) 2016 Jakub Wilk <[email protected]>
66
# Copyright (c) 2018 Anthony Sottile <[email protected]>
77
# Copyright (c) 2020-2021 hippo91 <[email protected]>
8+
# Copyright (c) 2021 Andrew Haigh <[email protected]>
89
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
910
# Copyright (c) 2021 Marc Mueller <[email protected]>
1011

0 commit comments

Comments
 (0)