Skip to content

Commit 0ce116d

Browse files
Bump astroid to 3.2.1, update changelog (#2439)
1 parent 3650c34 commit 0ce116d

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

ChangeLog

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff 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
============================
1414
Release 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

2632
What's New in astroid 3.2.0?

astroid/__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
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"
66
version = __version__

tbump.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github_url = "https://github.com/pylint-dev/astroid"
22

33
[version]
4-
current = "3.2.0"
4+
current = "3.2.1"
55
regex = '''
66
^(?P<major>0|[1-9]\d*)
77
\.

0 commit comments

Comments
 (0)