From c312218289798207813971af540fbed43c6963b5 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Sun, 16 Apr 2023 17:10:30 +0200 Subject: [PATCH] Bump astroid to 2.15.3, 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 9179420f60..3ee8ee6035 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,10 +8,16 @@ Release date: TBA -What's New in astroid 2.15.3? +What's New in astroid 2.15.4? ============================= Release date: TBA + + +What's New in astroid 2.15.3? +============================= +Release date: 2023-04-16 + * Fix ``infer_call_result()`` crash on methods called ``with_metaclass()``. Closes #1735 diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py index 32ea675931..bf97b0b05a 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.15.2" +__version__ = "2.15.3" version = __version__ diff --git a/tbump.toml b/tbump.toml index ce1c34945b..1062efc546 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/PyCQA/astroid" [version] -current = "2.15.2" +current = "2.15.3" regex = ''' ^(?P0|[1-9]\d*) \.