File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,16 @@ What's New in astroid 2.7.0?
77Release date: TBA
88
99
10- What's New in astroid 2.6.5 ?
10+ What's New in astroid 2.6.6 ?
1111============================
1212Release date: TBA
1313
14+
15+
16+ What's New in astroid 2.6.5?
17+ ============================
18+ Release date: 2021-07-21
19+
1420* Fix a crash when there would be a 'TypeError object does not support
1521 item assignment' in the code we parse.
1622
Original file line number Diff line number Diff line change 2424# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
2525# For details: https://github.com/PyCQA/astroid/blob/main/LICENSE
2626
27- __version__ = "2.6.5-dev0 "
27+ __version__ = "2.6.5"
2828version = __version__
Original file line number Diff line number Diff line change 11github_url = " https://github.com/PyCQA/astroid"
22
33[version ]
4- current = " 2.6.5-dev0 "
4+ current = " 2.6.5"
55regex = '''
66^(?P<major>0|[1-9]\d*)
77\.
You can’t perform that action at this time.
0 commit comments