File tree Expand file tree Collapse file tree 3 files changed +13
-6
lines changed Expand file tree Collapse file tree 3 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -7,20 +7,27 @@ What's New in astroid 2.12.0?
77Release date: TBA
88
99
10- * Fix a bug where in attempting to handle the patching of ``distutils`` by ``virtualenv``,
11- library submodules called ``distutils`` (e.g. ``numpy.distutils``) were included also.
1210
13- Refs PyCQA/pylint#6497
11+
12+ What's New in astroid 2.11.6?
13+ =============================
14+ Release date: TBA
15+
1416
1517
1618What's New in astroid 2.11.5?
1719=============================
18- Release date: TBA
20+ Release date: 2022-05-09
1921
2022* Fix crash while obtaining ``object_type()`` of an ``Unknown`` node.
2123
2224 Refs PyCQA/pylint#6539
2325
26+ * Fix a bug where in attempting to handle the patching of ``distutils`` by ``virtualenv``,
27+ library submodules called ``distutils`` (e.g. ``numpy.distutils``) were included also.
28+
29+ Refs PyCQA/pylint#6497
30+
2431What's New in astroid 2.11.4?
2532=============================
2633Release date: 2022-05-02
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.11.4 "
5+ __version__ = "2.11.5 "
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.11.4 "
4+ current = " 2.11.5 "
55regex = '''
66^(?P<major>0|[1-9]\d*)
77\.
You can’t perform that action at this time.
0 commit comments