diff --git a/ChangeLog b/ChangeLog index 9ec7171525..a318d8aaba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,10 +9,16 @@ Release date: TBA -What's New in astroid 2.11.7? +What's New in astroid 2.11.8? ============================= Release date: TBA + + +What's New in astroid 2.11.7? +============================= +Release date: 2022-07-09 + * Added support for ``usedforsecurity`` keyword to ``hashlib`` constructors. Closes PyCQA/pylint#6017 diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py index 0112703b8f..459314b4f8 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.11.6" +__version__ = "2.11.7" version = __version__ diff --git a/tbump.toml b/tbump.toml index f603bb20ce..1d71d45c7b 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/PyCQA/astroid" [version] -current = "2.11.6" +current = "2.11.7" regex = ''' ^(?P0|[1-9]\d*) \.