File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,18 @@ 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.5 ?
13+ What's New in Pylint 2.9.6 ?
1414===========================
1515Release date: TBA
1616
1717..
1818 Put bug fixes that should not wait for a new minor version here
1919
20+
21+ What's New in Pylint 2.9.5?
22+ ===========================
23+ Release date: 2021-07-21
24+
2025* Fix a crash when there would be a 'TypeError object does not support
2126 item assignment' in the code we parse.
2227
Original file line number Diff line number Diff line change 22# For details: https://github.com/PyCQA/pylint/blob/main/LICENSE
33from typing import Tuple
44
5- __version__ = "2.9.5-dev0 "
5+ __version__ = "2.9.5"
66
77
88def get_numversion_from_version (v : str ) -> Tuple :
Original file line number Diff line number Diff line change 11github_url = " https://github.com/PyCQA/pylint"
22
33[version ]
4- current = " 2.9.5-dev0 "
4+ current = " 2.9.5"
55regex = '''
66^(?P<major>0|[1-9]\d*)
77\.
You can’t perform that action at this time.
0 commit comments