Skip to content

Commit 19d660e

Browse files
Bump pylint to 2.13.6, update changelog
1 parent 1310f55 commit 19d660e

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CONTRIBUTORS.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ contributors:
153153
- Aru Sahni <[email protected]>: Git ignoring, regex-based ignores
154154
- Andreas Freimuth <[email protected]>: fix indentation checking with tabs
155155
- Alexandru Coman <[email protected]>
156+
- Tim Martin <[email protected]>
156157
- Takahide Nojima <[email protected]>
157158
- Taewon D. Kim <[email protected]>
158159
- Sneaky Pete <[email protected]>
@@ -182,7 +183,6 @@ contributors:
182183
183184
- jpkotta <[email protected]>
184185
- chohner <[email protected]>
185-
- Tim Martin <[email protected]>
186186
- Tiago Honorato <[email protected]>
187187
- Steven M. Vascellaro <[email protected]>
188188
- Sergey B Kirpichev <[email protected]>

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.6?
19+
What's New in Pylint 2.13.7?
2020
============================
2121
Release date: TBA
2222

23+
24+
25+
What's New in Pylint 2.13.6?
26+
============================
27+
Release date: 2022-04-20
28+
2329
* Fix a crash in the ``unsupported-membership-test`` checker when assigning
2430
multiple constants to class attributes including ``__iter__`` via unpacking.
2531

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

0 commit comments

Comments
 (0)