diff --git a/ChangeLog b/ChangeLog index e02189772a..6bc62e7479 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,8 +12,7 @@ Release date: TBA Refs #2204 - -What's New in astroid 2.15.6? +What's New in astroid 2.15.7? ============================= Release date: TBA @@ -21,7 +20,7 @@ Release date: TBA What's New in astroid 2.15.6? ============================= -Release date: 2023-05-14 +Release date: 2023-07-08 * Harden ``get_module_part()`` against ``"."``. diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py index ab8f0f49b5..467ef987aa 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.5" +__version__ = "2.15.6" version = __version__ diff --git a/tbump.toml b/tbump.toml index 492ff3cfc6..2a62def48d 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/PyCQA/astroid" [version] -current = "2.15.5" +current = "2.15.6" regex = ''' ^(?P0|[1-9]\d*) \.