summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-07-01 10:24:41 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-07-01 10:35:08 +0200
commitcb83d73b5c2cc36f8f0c57d0d448257da305b751 (patch)
treec7081fa774799bb6576fc97c49227b68a52561ed
parenteff4ad891df501be4ce4179ed772fb3dddae2ace (diff)
downloadpylint-git-cb83d73b5c2cc36f8f0c57d0d448257da305b751.tar.gz
Bump pylint to 2.9.2, update changelogv2.9.2
-rw-r--r--ChangeLog8
-rw-r--r--pylint/__pkginfo__.py2
-rw-r--r--tbump.toml2
3 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 3482e61fe..4b523e2eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,13 +10,19 @@ Release date: TBA
Put new features here and also in 'doc/whatsnew/2.10.rst'
-What's New in Pylint 2.9.2?
+What's New in Pylint 2.9.3?
===========================
Release date: TBA
..
Put bug fixes that should not wait for a new minor version here
+
+
+What's New in Pylint 2.9.2?
+===========================
+Release date: 2021-07-01
+
* Fix a crash that happened when analysing code using ``type(self)`` to access
a class attribute in the ``unused-private-member`` checker.
diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py
index 5865cb64b..0eaf3786c 100644
--- a/pylint/__pkginfo__.py
+++ b/pylint/__pkginfo__.py
@@ -2,7 +2,7 @@
# For details: https://github.com/PyCQA/pylint/blob/master/LICENSE
from typing import Tuple
-__version__ = "2.9.2-dev0"
+__version__ = "2.9.2"
def get_numversion_from_version(v: str) -> Tuple:
diff --git a/tbump.toml b/tbump.toml
index bb4ac8d1f..87ce7cbf1 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -1,7 +1,7 @@
github_url = "https://github.com/PyCQA/pylint"
[version]
-current = "2.9.2-dev0"
+current = "2.9.2"
regex = '''
^(?P<major>0|[1-9]\d*)
\.