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?
7
7
Release date: TBA
8
8
9
9
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.
12
10
13
- Refs PyCQA/pylint#6497
11
+
12
+ What's New in astroid 2.11.6?
13
+ =============================
14
+ Release date: TBA
15
+
14
16
15
17
16
18
What's New in astroid 2.11.5?
17
19
=============================
18
- Release date: TBA
20
+ Release date: 2022-05-09
19
21
20
22
* Fix crash while obtaining ``object_type()`` of an ``Unknown`` node.
21
23
22
24
Refs PyCQA/pylint#6539
23
25
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
+
24
31
What's New in astroid 2.11.4?
25
32
=============================
26
33
Release date: 2022-05-02
Original file line number Diff line number Diff line change 2
2
# For details: https://github.com/PyCQA/astroid/blob/main/LICENSE
3
3
# Copyright (c) https://github.com/PyCQA/astroid/blob/main/CONTRIBUTORS.txt
4
4
5
- __version__ = "2.11.4 "
5
+ __version__ = "2.11.5 "
6
6
version = __version__
Original file line number Diff line number Diff line change 1
1
github_url = " https://github.com/PyCQA/astroid"
2
2
3
3
[version ]
4
- current = " 2.11.4 "
4
+ current = " 2.11.5 "
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