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*) \.