diff options
| author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2022-08-25 11:32:21 +0200 |
|---|---|---|
| committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2022-08-25 12:14:40 +0200 |
| commit | 7fba17d69b033a5aace1d7b1aed7887a8ef2c4b4 (patch) | |
| tree | db4a88e5cae153eb0387b81a48a1775c9f0b059c | |
| parent | d463bd2de2c4565e7e630bc61aa4685acc1f5183 (diff) | |
| download | astroid-git-2.12.4.tar.gz | |
Bump astroid to 2.12.4, update changelogv2.12.4
| -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.4? +What's New in astroid 2.12.5? ============================= Release date: TBA + + +What's New in astroid 2.12.4? +============================= +Release date: 2022-08-25 + * Fixed a crash involving non-standard type comments such as ``# type: # any comment``. Refs PyCQA/pylint#7347 diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py index 74eb08ad..e2ffb145 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.3" +__version__ = "2.12.4" version = __version__ @@ -1,7 +1,7 @@ github_url = "https://github.com/PyCQA/astroid" [version] -current = "2.12.3" +current = "2.12.4" regex = ''' ^(?P<major>0|[1-9]\d*) \. |
