diff --git a/ChangeLog b/ChangeLog index 4b95f224fe..cfcbbaf8a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,13 +8,18 @@ Release date: TBA -What's New in astroid 2.13.5? +What's New in astroid 2.13.6? ============================= Release date: TBA -* Revert ``CallContext`` change as it caused a ``RecursionError`` regression. +What's New in astroid 2.13.5? +============================= +Release date: 2023-01-31 + +* Revert ``CallContext`` change as it caused a ``RecursionError`` regression. + What's New in astroid 2.13.4? ============================= diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py index 681e998325..6426c9c179 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.13.4" +__version__ = "2.13.5" version = __version__ diff --git a/tbump.toml b/tbump.toml index 4cf249ab31..1c42c46645 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/PyCQA/astroid" [version] -current = "2.13.4" +current = "2.13.5" regex = ''' ^(?P0|[1-9]\d*) \.