File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -9,14 +9,19 @@ Release date: TBA
9
9
10
10
11
11
12
- What's New in astroid 3.2.2 ?
12
+ What's New in astroid 3.2.3 ?
13
13
============================
14
14
Release date: TBA
15
15
16
16
17
+
18
+ What's New in astroid 3.2.2?
19
+ ============================
20
+ Release date: 2024-05-20
21
+
17
22
* Improve inference for generic classes using the PEP 695 syntax (Python 3.12).
18
23
19
- Closes pylint-dev/#9406
24
+ Closes pylint-dev/pylint #9406
20
25
21
26
22
27
What's New in astroid 3.2.1?
Original file line number Diff line number Diff line change 2
2
# For details: https://github.com/pylint-dev/astroid/blob/main/LICENSE
3
3
# Copyright (c) https://github.com/pylint-dev/astroid/blob/main/CONTRIBUTORS.txt
4
4
5
- __version__ = "3.2.1 "
5
+ __version__ = "3.2.2 "
6
6
version = __version__
Original file line number Diff line number Diff line change 1
1
github_url = " https://github.com/pylint-dev/astroid"
2
2
3
3
[version ]
4
- current = " 3.2.1 "
4
+ current = " 3.2.2 "
5
5
regex = '''
6
6
^(?P<major>0|[1-9]\d*)
7
7
\.
You can’t perform that action at this time.
0 commit comments