diff --git a/ChangeLog b/ChangeLog index 291be7498e..70bb91cacd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,10 +8,17 @@ Release date: TBA -What's New in astroid 2.12.8? +What's New in astroid 2.12.9? ============================= Release date: TBA + + + +What's New in astroid 2.12.8? +============================= +Release date: 2022-09-06 + * Fixed a crash in the ``dataclass`` brain for ``InitVars`` without subscript typing. Closes PyCQA/pylint#7422 diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py index db3d707674..f5219d2035 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.12.7" +__version__ = "2.12.8" version = __version__ diff --git a/tbump.toml b/tbump.toml index a876b7bc0a..1c96e21c4a 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/PyCQA/astroid" [version] -current = "2.12.7" +current = "2.12.8" regex = ''' ^(?P0|[1-9]\d*) \.