Skip to content

Commit cb83d73

Browse files
Bump pylint to 2.9.2, update changelog
1 parent eff4ad8 commit cb83d73

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

ChangeLog

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,19 @@ Release date: TBA
1010
Put new features here and also in 'doc/whatsnew/2.10.rst'
1111

1212

13-
What's New in Pylint 2.9.2?
13+
What's New in Pylint 2.9.3?
1414
===========================
1515
Release date: TBA
1616

1717
..
1818
Put bug fixes that should not wait for a new minor version here
1919

20+
21+
22+
What's New in Pylint 2.9.2?
23+
===========================
24+
Release date: 2021-07-01
25+
2026
* Fix a crash that happened when analysing code using ``type(self)`` to access
2127
a class attribute in the ``unused-private-member`` checker.
2228

pylint/__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# For details: https://github.com/PyCQA/pylint/blob/master/LICENSE
33
from typing import Tuple
44

5-
__version__ = "2.9.2-dev0"
5+
__version__ = "2.9.2"
66

77

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

0 commit comments

Comments
 (0)