File tree 1 file changed +8
-4
lines changed 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -18,20 +18,24 @@ Release date: TBA
18
18
* Rename ``ModuleSpec`` -> ``module_type`` constructor parameter to match attribute
19
19
name and improve typing. Use ``type`` instead.
20
20
21
- * Fix a bug where in attempting to handle the patching of ``distutils`` by ``virtualenv``,
22
- library submodules called ``distutils`` (e.g. ``numpy.distutils``) were included also.
23
21
24
- Refs PyCQA/pylint#6497
22
+ What's New in astroid 2.11.6?
23
+ =============================
24
+ Release date: TBA
25
25
26
26
27
27
What's New in astroid 2.11.5?
28
28
=============================
29
- Release date: TBA
29
+ Release date: 2022-05-09
30
30
31
31
* Fix crash while obtaining ``object_type()`` of an ``Unknown`` node.
32
32
33
33
Refs PyCQA/pylint#6539
34
34
35
+ * Fix a bug where in attempting to handle the patching of ``distutils`` by ``virtualenv``,
36
+ library submodules called ``distutils`` (e.g. ``numpy.distutils``) were included also.
37
+
38
+ Refs PyCQA/pylint#6497
35
39
36
40
What's New in astroid 2.11.4?
37
41
=============================
You can’t perform that action at this time.
0 commit comments