File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff 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============================
2121Release 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
Original file line number Diff line number Diff line change 44
55from typing import Tuple
66
7- __version__ = "2.13.6 "
7+ __version__ = "2.13.7 "
88
99
1010def get_numversion_from_version (v : str ) -> Tuple :
Original file line number Diff line number Diff line change 11github_url = " https://github.com/PyCQA/pylint"
22
33[version ]
4- current = " 2.13.6 "
4+ current = " 2.13.7 "
55regex = '''
66^(?P<major>0|[1-9]\d*)
77\.
You can’t perform that action at this time.
0 commit comments