Skip to content

Commit

Permalink
Bump astroid to 3.2.1, update changelog (#2439)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls committed May 16, 2024
1 parent 3650c34 commit 0ce116d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
12 changes: 9 additions & 3 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,24 @@ Release date: TBA



What's New in astroid 3.2.1?
What's New in astroid 3.2.2?
============================
Release date: TBA



What's New in astroid 3.2.1?
============================
Release date: 2024-05-16

* Fix ``RecursionError`` in ``infer_call_result()`` for certain ``__call__`` methods.

Closes pylint-dev/pylint#9139

* Add ``AstroidManager.prefer_stubs`` attribute to control the astroid 3.2.0 feature that prefers stubs.

Refs pylint-dev/#9626
Refs pylint-dev/#9623
Refs pylint-dev/pylint#9626
Refs pylint-dev/pylint#9623


What's New in astroid 3.2.0?
Expand Down
2 changes: 1 addition & 1 deletion astroid/__pkginfo__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# For details: https://github.com/pylint-dev/astroid/blob/main/LICENSE
# Copyright (c) https://github.com/pylint-dev/astroid/blob/main/CONTRIBUTORS.txt

__version__ = "3.2.0"
__version__ = "3.2.1"
version = __version__
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github_url = "https://github.com/pylint-dev/astroid"

[version]
current = "3.2.0"
current = "3.2.1"
regex = '''
^(?P<major>0|[1-9]\d*)
\.
Expand Down

0 comments on commit 0ce116d

Please sign in to comment.