File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -9,18 +9,24 @@ Release date: TBA
99
1010
1111
12- What's New in astroid 3.2.1 ?
12+ What's New in astroid 3.2.2 ?
1313============================
1414Release date: TBA
1515
16+
17+
18+ What's New in astroid 3.2.1?
19+ ============================
20+ Release date: 2024-05-16
21+
1622* Fix ``RecursionError`` in ``infer_call_result()`` for certain ``__call__`` methods.
1723
1824 Closes pylint-dev/pylint#9139
1925
2026* Add ``AstroidManager.prefer_stubs`` attribute to control the astroid 3.2.0 feature that prefers stubs.
2127
22- Refs pylint-dev/#9626
23- Refs pylint-dev/#9623
28+ Refs pylint-dev/pylint #9626
29+ Refs pylint-dev/pylint #9623
2430
2531
2632What's New in astroid 3.2.0?
Original file line number Diff line number Diff line change 22# For details: https://github.com/pylint-dev/astroid/blob/main/LICENSE
33# Copyright (c) https://github.com/pylint-dev/astroid/blob/main/CONTRIBUTORS.txt
44
5- __version__ = "3.2.0 "
5+ __version__ = "3.2.1 "
66version = __version__
Original file line number Diff line number Diff line change 11github_url = " https://github.com/pylint-dev/astroid"
22
33[version ]
4- current = " 3.2.0 "
4+ current = " 3.2.1 "
55regex = '''
66^(?P<major>0|[1-9]\d*)
77\.
You can’t perform that action at this time.
0 commit comments