diff --git a/ChangeLog b/ChangeLog index 1a7852f889..fdd1a959ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,10 +8,16 @@ Release date: TBA -What's New in astroid 2.11.1? +What's New in astroid 2.11.2? ============================= Release date: TBA + + +What's New in astroid 2.11.1? +============================= +Release date: 2022-03-22 + * Promoted ``getattr()`` from ``astroid.scoped_nodes.FunctionDef`` to its parent ``astroid.scoped_nodes.Lambda``. diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py index 696cc9cdf4..a9f0d225d7 100644 --- a/astroid/__pkginfo__.py +++ b/astroid/__pkginfo__.py @@ -2,5 +2,5 @@ # For details: https://github.com/PyCQA/astroid/blob/main/LICENSE # Copyright (c) https://github.com/PyCQA/astroid/blob/main/CONTRIBUTORS.txt -__version__ = "2.11.0" +__version__ = "2.11.1" version = __version__ diff --git a/tbump.toml b/tbump.toml index c0bfc56bb8..7ad11883c1 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/PyCQA/astroid" [version] -current = "2.11.0" +current = "2.11.1" regex = ''' ^(?P0|[1-9]\d*) \.