diff options
| author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2022-09-06 12:23:08 +0200 |
|---|---|---|
| committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2022-09-06 12:37:43 +0200 |
| commit | b2dbf7bdaa02436962c4c5ccbc6bbb8b8e0c3295 (patch) | |
| tree | 4d240f330656862c36162e025b4f0cd4458bd2be | |
| parent | fbe7859ec56ab64cc4d1b2604082878fdfdc8a14 (diff) | |
| download | astroid-git-2.12.7.tar.gz | |
Bump astroid to 2.12.7, update changelogv2.12.7
| -rw-r--r-- | ChangeLog | 8 | ||||
| -rw-r--r-- | astroid/__pkginfo__.py | 2 | ||||
| -rw-r--r-- | tbump.toml | 2 |
3 files changed, 9 insertions, 3 deletions
@@ -8,10 +8,16 @@ Release date: TBA -What's New in astroid 2.12.7? +What's New in astroid 2.12.8? ============================= Release date: TBA + + +What's New in astroid 2.12.7? +============================= +Release date: 2022-09-06 + * Fixed a crash in the ``dataclass`` brain for uninferable bases. Closes PyCQA/pylint#7418 diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py index b8e952e2..db3d7076 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.6" +__version__ = "2.12.7" version = __version__ @@ -1,7 +1,7 @@ github_url = "https://github.com/PyCQA/astroid" [version] -current = "2.12.6" +current = "2.12.7" regex = ''' ^(?P<major>0|[1-9]\d*) \. |
