File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed
Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -9,16 +9,27 @@ Release date: TBA
99
1010
1111
12- What's New in astroid 4.1.1 ?
12+ What's New in astroid 4.1.2 ?
1313============================
1414Release date: TBA
1515
16+
17+
18+ What's New in astroid 4.1.1?
19+ ============================
20+ Release date: 2026-02-22
21+
1622* Let `UnboundMethodModel` inherit from `FunctionModel` to improve inference of
1723 dunder methods for unbound methods.
1824
25+ Refs #2741
26+
1927* Filter ``Unknown`` from ``UnboundMethod`` and ``Super`` special attribute
2028 lookup to prevent placeholder nodes from leaking during inference.
2129
30+ Refs #2741
31+
32+
2233What's New in astroid 4.1.0?
2334============================
2435Release date: 2026-02-08
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__ = "4.1.0 "
5+ __version__ = "4.1.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 = " 4.1.0 "
4+ current = " 4.1.1 "
55regex = '''
66^(?P<major>0|[1-9]\d*)
77\.
You can’t perform that action at this time.
0 commit comments