diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2023-04-02 21:19:53 +0200 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2023-04-02 21:19:53 +0200 |
commit | 85b698466afe12c750842dc2522f2823365d9fbc (patch) | |
tree | cc38357be1b39fe63f8cdd8003427f517d249f70 | |
parent | 895c6d7e847eea78a11e832429cf4a06ace93647 (diff) | |
download | astroid-git-2.15.2.tar.gz |
Bump astroid to 2.15.2, update changelogv2.15.2
-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.15.2? +What's New in astroid 2.15.3? ============================= Release date: TBA + + +What's New in astroid 2.15.2? +============================= +Release date: 2023-04-02 + * Support more possible usages of ``attrs`` decorators. Closes pylint-dev/pylint#7884 diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py index 79ece977..32ea6759 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.15.1" +__version__ = "2.15.2" version = __version__ @@ -1,7 +1,7 @@ github_url = "https://github.com/PyCQA/astroid" [version] -current = "2.15.1" +current = "2.15.2" regex = ''' ^(?P<major>0|[1-9]\d*) \. |