Skip to content

Commit 78a486d

Browse files
Merge branch 'maintenance/2.11.x' into main following 2.11.5 release
2 parents 95403ff + 218ed2b commit 78a486d

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

ChangeLog

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,24 @@ Release date: TBA
1818
* Rename ``ModuleSpec`` -> ``module_type`` constructor parameter to match attribute
1919
name and improve typing. Use ``type`` instead.
2020

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.
2321

24-
Refs PyCQA/pylint#6497
22+
What's New in astroid 2.11.6?
23+
=============================
24+
Release date: TBA
2525

2626

2727
What's New in astroid 2.11.5?
2828
=============================
29-
Release date: TBA
29+
Release date: 2022-05-09
3030

3131
* Fix crash while obtaining ``object_type()`` of an ``Unknown`` node.
3232

3333
Refs PyCQA/pylint#6539
3434

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
3539

3640
What's New in astroid 2.11.4?
3741
=============================

0 commit comments

Comments
 (0)