Skip to content

Commit bf33282

Browse files
committed
Bump pylint to 2.10.1, update changelog
1 parent d701a97 commit bf33282

File tree

12 files changed

+18
-8
lines changed

12 files changed

+18
-8
lines changed

ChangeLog

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,16 @@ Release date: TBA
1111
Put new features here and also in 'doc/whatsnew/2.11.rst'
1212

1313

14-
What's New in Pylint 2.10.1?
14+
What's New in Pylint 2.10.2?
1515
============================
1616
Release date: TBA
1717

18+
19+
20+
What's New in Pylint 2.10.1?
21+
============================
22+
Release date: 2021-08-20
23+
1824
* pylint does not crash when PYLINT_HOME does not exist.
1925

2026
Closes #4883

pylint/__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# For details: https://github.com/PyCQA/pylint/blob/main/LICENSE
33
from typing import Tuple
44

5-
__version__ = "2.10.1-dev0"
5+
__version__ = "2.10.1"
66

77

88
def get_numversion_from_version(v: str) -> Tuple:

pylint/checkers/imports.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
# Copyright (c) 2018 Mike Frysinger <[email protected]>
2727
# Copyright (c) 2018 Sushobhit <[email protected]>
2828
# Copyright (c) 2018 Marianna Polatoglou <[email protected]>
29-
# Copyright (c) 2019, 2021 Nick Drozd <[email protected]>
3029
# Copyright (c) 2019-2021 Pierre Sassoulas <[email protected]>
30+
# Copyright (c) 2019, 2021 Nick Drozd <[email protected]>
3131
# Copyright (c) 2019 Hugo van Kemenade <[email protected]>
3232
# Copyright (c) 2019 Nick Smith <[email protected]>
3333
# Copyright (c) 2019 Paul Renvoisé <[email protected]>

pylint/config/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
# Copyright (c) 2018 Gary Tyler McLeod <[email protected]>
2424
# Copyright (c) 2018 Konstantin <[email protected]>
2525
# Copyright (c) 2018 Nick Drozd <[email protected]>
26+
# Copyright (c) 2019, 2021 Ashley Whetter <[email protected]>
2627
# Copyright (c) 2019-2021 Pierre Sassoulas <[email protected]>
2728
# Copyright (c) 2019 Janne Rönkkö <[email protected]>
28-
# Copyright (c) 2019 Ashley Whetter <[email protected]>
2929
# Copyright (c) 2019 Hugo van Kemenade <[email protected]>
3030
# Copyright (c) 2021 Daniël van Noord <[email protected]>
3131
# Copyright (c) 2021 Eisuke Kawashima <[email protected]>

pylint/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
# Copyright (c) 2019 Thomas Hisch <[email protected]>
66
# Copyright (c) 2020 hippo91 <[email protected]>
77
# Copyright (c) 2020 Anthony Sottile <[email protected]>
8-
# Copyright (c) 2021 Daniël van Noord <[email protected]>
98
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
9+
# Copyright (c) 2021 Daniël van Noord <[email protected]>
1010
# Copyright (c) 2021 Marc Mueller <[email protected]>
1111
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
1212
# For details: https://github.com/PyCQA/pylint/blob/main/LICENSE

pylint/extensions/_check_docs_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
# Copyright (c) 2019 Hugo van Kemenade <[email protected]>
1414
# Copyright (c) 2019 Danny Hermes <[email protected]>
1515
# Copyright (c) 2019 Zeb Nicholls <[email protected]>
16-
# Copyright (c) 2021 Marc Mueller <[email protected]>
1716
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
17+
# Copyright (c) 2021 Marc Mueller <[email protected]>
1818

1919
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
2020
# For details: https://github.com/PyCQA/pylint/blob/main/LICENSE

pylint/extensions/confusing_elif.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Copyright (c) 2021 Marc Mueller <[email protected]>
21
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
2+
# Copyright (c) 2021 Marc Mueller <[email protected]>
33
# Copyright (c) 2021 Andreas Finkler <[email protected]>
44

55
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html

pylint/pyreverse/dot_printer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
12
# Copyright (c) 2021 Nick Drozd <[email protected]>
23
# Copyright (c) 2021 Marc Mueller <[email protected]>
34
# Copyright (c) 2021 Andreas Finkler <[email protected]>

pylint/pyreverse/printer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
12
# Copyright (c) 2021 Marc Mueller <[email protected]>
23
# Copyright (c) 2021 Andreas Finkler <[email protected]>
34

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/pylint"
22

33
[version]
4-
current = "2.10.1-dev0"
4+
current = "2.10.1"
55
regex = '''
66
^(?P<major>0|[1-9]\d*)
77
\.

tests/checkers/unittest_design.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
12
# Copyright (c) 2021 Rebecca Turner <[email protected]>
23

34
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html

tests/pyreverse/test_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
12
# Copyright (c) 2021 Marc Mueller <[email protected]>
23
# Copyright (c) 2021 Mark Byrne <[email protected]>
34
# Copyright (c) 2021 Andreas Finkler <[email protected]>

0 commit comments

Comments
 (0)