diff --git a/ChangeLog b/ChangeLog index d3b37e696b..b33712f22b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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? diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py index fc290f324f..00303ed4a6 100644 --- a/astroid/__pkginfo__.py +++ b/astroid/__pkginfo__.py @@ -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__ diff --git a/tbump.toml b/tbump.toml index 47f7d98a29..c17a235def 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/pylint-dev/astroid" [version] -current = "3.2.0" +current = "3.2.1" regex = ''' ^(?P0|[1-9]\d*) \.