summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CONTRIBUTORS.txt2
-rw-r--r--ChangeLog8
-rw-r--r--pylint/__pkginfo__.py2
-rw-r--r--tbump.toml2
4 files changed, 10 insertions, 4 deletions
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index e394f5f47..eee789a3e 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -153,6 +153,7 @@ contributors:
- Aru Sahni <arusahni@gmail.com>: Git ignoring, regex-based ignores
- Andreas Freimuth <andreas.freimuth@united-bits.de>: fix indentation checking with tabs
- Alexandru Coman <fcoman@bitdefender.com>
+- Tim Martin <tim@asymptotic.co.uk>
- Takahide Nojima <nozzy123nozzy@gmail.com>
- Taewon D. Kim <kimt33@mcmaster.ca>
- Sneaky Pete <sneakypete81@gmail.com>
@@ -182,7 +183,6 @@ contributors:
- wtracy <afishionado@gmail.com>
- jpkotta <jpkotta@gmail.com>
- chohner <mail@chohner.com>
-- Tim Martin <tim@asymptotic.co.uk>
- Tiago Honorato <61059243+tiagohonorato@users.noreply.github.com>
- Steven M. Vascellaro <svascellaro@gmail.com>
- Sergey B Kirpichev <skirpichev@gmail.com>
diff --git a/ChangeLog b/ChangeLog
index fba763298..1753a0dee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py
index 614344f22..509ed080e 100644
--- a/pylint/__pkginfo__.py
+++ b/pylint/__pkginfo__.py
@@ -4,7 +4,7 @@
from typing import Tuple
-__version__ = "2.13.5"
+__version__ = "2.13.6"
def get_numversion_from_version(v: str) -> Tuple:
diff --git a/tbump.toml b/tbump.toml
index e050fcda2..43e8c5386 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -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*)
\.