File tree 3 files changed +11
-5
lines changed 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -9,18 +9,24 @@ Release date: TBA
9
9
10
10
11
11
12
- What's New in astroid 3.2.1 ?
12
+ What's New in astroid 3.2.2 ?
13
13
============================
14
14
Release date: TBA
15
15
16
+
17
+
18
+ What's New in astroid 3.2.1?
19
+ ============================
20
+ Release date: 2024-05-16
21
+
16
22
* Fix ``RecursionError`` in ``infer_call_result()`` for certain ``__call__`` methods.
17
23
18
24
Closes pylint-dev/pylint#9139
19
25
20
26
* Add ``AstroidManager.prefer_stubs`` attribute to control the astroid 3.2.0 feature that prefers stubs.
21
27
22
- Refs pylint-dev/#9626
23
- Refs pylint-dev/#9623
28
+ Refs pylint-dev/pylint #9626
29
+ Refs pylint-dev/pylint #9623
24
30
25
31
26
32
What's New in astroid 3.2.0?
Original file line number Diff line number Diff line change 2
2
# For details: https://github.com/pylint-dev/astroid/blob/main/LICENSE
3
3
# Copyright (c) https://github.com/pylint-dev/astroid/blob/main/CONTRIBUTORS.txt
4
4
5
- __version__ = "3.2.0 "
5
+ __version__ = "3.2.1 "
6
6
version = __version__
Original file line number Diff line number Diff line change 1
1
github_url = " https://github.com/pylint-dev/astroid"
2
2
3
3
[version ]
4
- current = " 3.2.0 "
4
+ current = " 3.2.1 "
5
5
regex = '''
6
6
^(?P<major>0|[1-9]\d*)
7
7
\.
You can’t perform that action at this time.
0 commit comments