Skip to content

Commit 218ed2b

Browse files
Bump astroid to 2.11.5, update changelog
1 parent fb553fd commit 218ed2b

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

ChangeLog

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,27 @@ What's New in astroid 2.12.0?
77
Release 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

1618
What'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+
2431
What's New in astroid 2.11.4?
2532
=============================
2633
Release date: 2022-05-02

astroid/__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
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"
66
version = __version__

tbump.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github_url = "https://github.com/PyCQA/astroid"
22

33
[version]
4-
current = "2.11.4"
4+
current = "2.11.5"
55
regex = '''
66
^(?P<major>0|[1-9]\d*)
77
\.

0 commit comments

Comments
 (0)