Skip to content

Commit 3b2fbae

Browse files
Bump pylint to 2.13.7, update changelog
1 parent 106f0af commit 3b2fbae

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

ChangeLog

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,16 @@ Release date: TBA
1616
(Ie. not necessarily at the end)
1717

1818

19-
What's New in Pylint 2.13.7?
19+
What's New in Pylint 2.13.8?
2020
============================
2121
Release date: TBA
2222

23+
24+
25+
What's New in Pylint 2.13.7?
26+
============================
27+
Release date: 2022-04-20
28+
2329
* Fix a crash caused by using the new config from 2.14.0 in 2.13.x code.
2430

2531
Closes #6408

pylint/__pkginfo__.py

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

55
from typing import Tuple
66

7-
__version__ = "2.13.6"
7+
__version__ = "2.13.7"
88

99

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

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

0 commit comments

Comments
 (0)