Skip to content

Commit 2c15137

Browse files
Bump pylint to 2.12.1, update changelog
1 parent a9c1017 commit 2c15137

File tree

5 files changed

+14
-9
lines changed

5 files changed

+14
-9
lines changed

ChangeLog

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,27 @@ Release date: TBA
1515
(Ie. not necessarily at the end)
1616

1717

18-
What's New in Pylint 2.12.1?
18+
What's New in Pylint 2.12.2?
1919
============================
2020
Release date: TBA
2121

2222
..
2323
Put bug fixes that should not wait for a new minor version here
2424

25-
* Require Python ``3.6.2`` to run pylint.
26-
27-
Closes #5065
28-
2925
..
3026
Insert your changelog randomly, it will reduce merge conflicts
3127
(Ie. not necessarily at the end)
3228

3329

30+
What's New in Pylint 2.12.1?
31+
============================
32+
Release date: 2021-11-25
33+
34+
* Require Python ``3.6.2`` to run pylint.
35+
36+
Closes #5065
37+
38+
3439
What's New in Pylint 2.12.0?
3540
============================
3641
Release date: 2021-11-24

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.12.1-dev0"
5+
__version__ = "2.12.1"
66

77

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

pylint/checkers/strings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
# Copyright (c) 2020 hippo91 <[email protected]>
2525
# Copyright (c) 2020 谭九鼎 <[email protected]>
2626
# Copyright (c) 2020 Anthony <[email protected]>
27+
# Copyright (c) 2021 Marc Mueller <[email protected]>
2728
# Copyright (c) 2021 Tushar Sadhwani <[email protected]>
2829
# Copyright (c) 2021 Jaehoon Hwang <[email protected]>
2930
# Copyright (c) 2021 Daniël van Noord <[email protected]>
30-
# Copyright (c) 2021 Marc Mueller <[email protected]>
3131
# Copyright (c) 2021 Peter Kolbus <[email protected]>
3232

3333

pylint/reporters/text.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
# Copyright (c) 2019-2021 Pierre Sassoulas <[email protected]>
1313
# Copyright (c) 2019 Hugo van Kemenade <[email protected]>
1414
# Copyright (c) 2020 hippo91 <[email protected]>
15+
# Copyright (c) 2021 Marc Mueller <[email protected]>
1516
# Copyright (c) 2021 Daniël van Noord <[email protected]>
1617
# Copyright (c) 2021 bot <[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

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.12.1-dev0"
4+
current = "2.12.1"
55
regex = '''
66
^(?P<major>0|[1-9]\d*)
77
\.

0 commit comments

Comments
 (0)