Skip to content

Commit 1342591

Browse files
Prepare for 2.5.8 release (#1013)
1 parent cf6528c commit 1342591

25 files changed

+27
-24
lines changed

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.5.8?
1212
============================
13-
Release Date: TBA
13+
Release Date: 2021-06-07
1414

1515
* Improve support for Pattern Matching
1616

astroid/as_string.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
# Copyright (c) 2018 Nick Drozd <[email protected]>
1414
# Copyright (c) 2019 Alex Hall <[email protected]>
1515
# Copyright (c) 2019 Hugo van Kemenade <[email protected]>
16-
# Copyright (c) 2021 pre-commit-ci[bot] <[email protected]>
17-
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
1816
# Copyright (c) 2021 Marc Mueller <[email protected]>
17+
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
18+
# Copyright (c) 2021 pre-commit-ci[bot] <[email protected]>
1919

2020
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
2121
# For details: https://github.com/PyCQA/astroid/blob/master/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 Andrew Haigh <[email protected]>
1716
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
17+
# Copyright (c) 2021 Andrew Haigh <[email protected]>
1818

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

astroid/brain/brain_namedtuple_enum.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
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 Pierre Sassoulas <[email protected]>
1718
# Copyright (c) 2021 Andrew Haigh <[email protected]>
1819
# Copyright (c) 2021 pre-commit-ci[bot] <[email protected]>
19-
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
2020
# Copyright (c) 2021 Marc Mueller <[email protected]>
2121

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

astroid/brain/brain_six.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# Copyright (c) 2018 Bryce Guinta <[email protected]>
44
# Copyright (c) 2020-2021 hippo91 <[email protected]>
55
# Copyright (c) 2020 Ram Rachum <[email protected]>
6-
# Copyright (c) 2021 Artsiom Kaval <[email protected]>
76
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
7+
# Copyright (c) 2021 Artsiom Kaval <[email protected]>
88
# Copyright (c) 2021 Francis Charette Migneault <[email protected]>
99

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

astroid/builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
# Copyright (c) 2017 Łukasz Rogalski <[email protected]>
99
# Copyright (c) 2018 Anthony Sottile <[email protected]>
1010
# Copyright (c) 2020-2021 hippo91 <[email protected]>
11-
# Copyright (c) 2021 Andrew Haigh <[email protected]>
1211
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
12+
# Copyright (c) 2021 Andrew Haigh <[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/master/LICENSE

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 <[email protected]>
66
# Copyright (c) 2018 Bryce Guinta <[email protected]>
77
# Copyright (c) 2020-2021 hippo91 <[email protected]>
8-
# Copyright (c) 2021 Andrew Haigh <[email protected]>
98
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
9+
# Copyright (c) 2021 Andrew Haigh <[email protected]>
1010

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

astroid/helpers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
# Copyright (c) 2020 Simon Hewitt <[email protected]>
66
# Copyright (c) 2020 Bryce Guinta <[email protected]>
77
# Copyright (c) 2020 Ram Rachum <[email protected]>
8+
# Copyright (c) 2021 Andrew Haigh <[email protected]>
89
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
910

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

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 <[email protected]>
1717
# Copyright (c) 2018 HoverHell <[email protected]>
1818
# Copyright (c) 2020 Leandro T. C. Melo <[email protected]>
19-
# Copyright (c) 2021 Andrew Haigh <[email protected]>
2019
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
20+
# Copyright (c) 2021 Andrew Haigh <[email protected]>
2121
# Copyright (c) 2021 Marc Mueller <[email protected]>
2222

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

astroid/interpreter/_import/spec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
# Copyright (c) 2020-2021 hippo91 <[email protected]>
1111
# Copyright (c) 2020 Peter Kolbus <[email protected]>
1212
# Copyright (c) 2020 Raphael Gaschignard <[email protected]>
13-
# Copyright (c) 2021 DudeNr33 <[email protected]>
1413
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
14+
# Copyright (c) 2021 DudeNr33 <[email protected]>
1515
# Copyright (c) 2021 Marc Mueller <[email protected]>
1616

1717
import abc

0 commit comments

Comments
 (0)