diff --git a/ChangeLog b/ChangeLog index be83426c9b..a591a93ccd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,10 +9,16 @@ Release date: TBA -What's New in astroid 3.2.4? +What's New in astroid 3.2.5? ============================ Release date: TBA + + +What's New in astroid 3.2.4? +============================ +Release date: 2024-07-20 + * Avoid reporting unary/binary op type errors when inference is ambiguous. Closes #2467 diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py index 175cd05f41..660b15a268 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.3" +__version__ = "3.2.4" version = __version__ diff --git a/tbump.toml b/tbump.toml index eb010a1738..2024435017 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/pylint-dev/astroid" [version] -current = "3.2.3" +current = "3.2.4" regex = ''' ^(?P0|[1-9]\d*) \.