From 699350eff13a2bad05714c15247dc62aa172983a Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Tue, 22 Mar 2022 23:35:09 +0100 Subject: [PATCH] Bump astroid to 2.11.1, update changelog --- ChangeLog | 8 +++++++- astroid/__pkginfo__.py | 2 +- tbump.toml | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) 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*) \.