From 420a59a7da81828e982fabfd34e1533ffddf6400 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Mon, 24 Apr 2023 10:51:12 +0200 Subject: [PATCH] Bump astroid to 2.15.4, update changelog (#2144) --- ChangeLog | 8 +++++++- astroid/__pkginfo__.py | 2 +- tbump.toml | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1bb8299919..993426bd98 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,10 +8,16 @@ Release date: TBA -What's New in astroid 2.15.4? +What's New in astroid 2.15.5? ============================= Release date: TBA + + +What's New in astroid 2.15.4? +============================= +Release date: 2023-04-24 + * Add visitor function for ``TryStar`` to ``AsStringVisitor`` and add ``TryStar`` to ``astroid.nodes.ALL_NODE_CLASSES``. diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py index bf97b0b05a..edbc6c68f4 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.3" +__version__ = "2.15.4" version = __version__ diff --git a/tbump.toml b/tbump.toml index 1062efc546..0a54b00fd9 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/PyCQA/astroid" [version] -current = "2.15.3" +current = "2.15.4" regex = ''' ^(?P0|[1-9]\d*) \.