Skip to content

Commit c81e83d

Browse files
Bump astroid to 2.11.2, update changelog
1 parent 4f48694 commit c81e83d

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

ChangeLog

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,16 @@ Release date: TBA
88

99

1010

11-
What's New in astroid 2.11.2?
11+
What's New in astroid 2.11.3?
1212
=============================
1313
Release date: TBA
1414

15+
16+
17+
What's New in astroid 2.11.2?
18+
=============================
19+
Release date: 2022-03-26
20+
1521
* Avoided adding the name of a parent namedtuple to its child's locals.
1622

1723
Refs PyCQA/pylint#5982

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.1"
5+
__version__ = "2.11.2"
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.1"
4+
current = "2.11.2"
55
regex = '''
66
^(?P<major>0|[1-9]\d*)
77
\.

0 commit comments

Comments
 (0)