Skip to content

Commit

Permalink
Bump pylint to 2.13.6, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Apr 20, 2022
1 parent 1310f55 commit 19d660e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ contributors:
- Aru Sahni <[email protected]>: Git ignoring, regex-based ignores
- Andreas Freimuth <[email protected]>: fix indentation checking with tabs
- Alexandru Coman <[email protected]>
- Tim Martin <[email protected]>
- Takahide Nojima <[email protected]>
- Taewon D. Kim <[email protected]>
- Sneaky Pete <[email protected]>
Expand Down Expand Up @@ -182,7 +183,6 @@ contributors:
- wtracy <[email protected]>
- jpkotta <[email protected]>
- chohner <[email protected]>
- Tim Martin <[email protected]>
- Tiago Honorato <[email protected]>
- Steven M. Vascellaro <[email protected]>
- Sergey B Kirpichev <[email protected]>
Expand Down
8 changes: 7 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,16 @@ Release date: TBA
(Ie. not necessarily at the end)


What's New in Pylint 2.13.6?
What's New in Pylint 2.13.7?
============================
Release date: TBA



What's New in Pylint 2.13.6?
============================
Release date: 2022-04-20

* Fix a crash in the ``unsupported-membership-test`` checker when assigning
multiple constants to class attributes including ``__iter__`` via unpacking.

Expand Down
2 changes: 1 addition & 1 deletion pylint/__pkginfo__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from typing import Tuple

__version__ = "2.13.5"
__version__ = "2.13.6"


def get_numversion_from_version(v: str) -> Tuple:
Expand Down
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github_url = "https://github.com/PyCQA/pylint"

[version]
current = "2.13.5"
current = "2.13.6"
regex = '''
^(?P<major>0|[1-9]\d*)
\.
Expand Down

0 comments on commit 19d660e

Please sign in to comment.