Skip to content

Commit c3b58a3

Browse files
Prepare for 2.5.2 release
1 parent 32ffe51 commit c3b58a3

35 files changed

+35
-4
lines changed

astroid/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
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 Pierre Sassoulas <[email protected]>
1112

1213
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
1314
# For details: https://github.com/PyCQA/astroid/blob/master/COPYING.LESSER

astroid/__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
# For an official release, use dev_version = None
3030
numversion = (2, 5, 2)
31-
dev_version = 1
31+
dev_version = None
3232

3333
version = ".".join(str(num) for num in numversion)
3434
if dev_version is not None:

astroid/brain/brain_dateutil.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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 Pierre Sassoulas <[email protected]>
56

67
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
78
# For details: https://github.com/PyCQA/astroid/blob/master/COPYING.LESSER

astroid/brain/brain_fstrings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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 Pierre Sassoulas <[email protected]>
45

56
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
67
# For details: https://github.com/PyCQA/astroid/blob/master/COPYING.LESSER

astroid/brain/brain_hashlib.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
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 Pierre Sassoulas <[email protected]>
78

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

astroid/brain/brain_http.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Copyright (c) 2019-2020 Claudiu Popa <[email protected]>
22
# Copyright (c) 2020-2021 hippo91 <[email protected]>
3+
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
34

45
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
56
# For details: https://github.com/PyCQA/astroid/blob/master/COPYING.LESSER

astroid/brain/brain_io.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Copyright (c) 2016, 2018, 2020 Claudiu Popa <[email protected]>
22
# Copyright (c) 2020-2021 hippo91 <[email protected]>
3+
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
34

45
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
56
# For details: https://github.com/PyCQA/astroid/blob/master/COPYING.LESSER

astroid/brain/brain_mechanize.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# Copyright (c) 2016 Ceridwen <[email protected]>
55
# Copyright (c) 2020-2021 hippo91 <[email protected]>
66
# Copyright (c) 2020 Peter Kolbus <[email protected]>
7+
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
78

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

astroid/brain/brain_multiprocessing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# Copyright (c) 2019 Hugo van Kemenade <[email protected]>
33
# Copyright (c) 2020-2021 hippo91 <[email protected]>
44
# Copyright (c) 2020 David Gilman <[email protected]>
5+
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
56

67
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
78
# For details: https://github.com/PyCQA/astroid/blob/master/COPYING.LESSER

astroid/brain/brain_nose.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Copyright (c) 2015-2016, 2018, 2020 Claudiu Popa <[email protected]>
22
# Copyright (c) 2016 Ceridwen <[email protected]>
33
# Copyright (c) 2020-2021 hippo91 <[email protected]>
4+
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
45

56
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
67
# For details: https://github.com/PyCQA/astroid/blob/master/COPYING.LESSER

0 commit comments

Comments
 (0)