File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,16 @@ Release date: TBA
88
99
1010
11- What's New in astroid 2.15.2 ?
11+ What's New in astroid 2.15.3 ?
1212=============================
1313Release date: TBA
1414
15+
16+
17+ What's New in astroid 2.15.2?
18+ =============================
19+ Release date: 2023-04-02
20+
1521* Support more possible usages of ``attrs`` decorators.
1622
1723 Closes pylint-dev/pylint#7884
Original file line number Diff line number Diff line change 22# For details: https://github.com/PyCQA/astroid/blob/main/LICENSE
33# Copyright (c) https://github.com/PyCQA/astroid/blob/main/CONTRIBUTORS.txt
44
5- __version__ = "2.15.1 "
5+ __version__ = "2.15.2 "
66version = __version__
Original file line number Diff line number Diff line change 11github_url = " https://github.com/PyCQA/astroid"
22
33[version ]
4- current = " 2.15.1 "
4+ current = " 2.15.2 "
55regex = '''
66^(?P<major>0|[1-9]\d*)
77\.
You can’t perform that action at this time.
0 commit comments