Skip to content

Commit 29b42e5

Browse files
Bump astroid to 2.15.7, update changelog
1 parent 1f62beb commit 29b42e5

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

ChangeLog

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,14 @@
22
astroid's ChangeLog
33
===================
44

5-
What's New in astroid 2.16.0?
5+
What's New in astroid 2.15.8?
66
=============================
77
Release date: TBA
88

99

10-
* Fix a regression in 2.12.0 where settings in AstroidManager would be ignored.
11-
Most notably this addresses pylint-dev/pylint#7433.
12-
13-
Refs #2204
14-
1510
What's New in astroid 2.15.7?
1611
=============================
17-
Release date: TBA
12+
Release date: 2023-09-23
1813

1914
* Fix a crash when inferring a ``typing.TypeVar`` call.
2015

@@ -42,6 +37,11 @@ Release date: 2023-07-08
4237

4338
Closes pylint-dev/pylint#8748
4439

40+
* Fix a regression in 2.12.0 where settings in AstroidManager would be ignored.
41+
Most notably this addresses pylint-dev/pylint#7433.
42+
43+
Refs #2204
44+
4545

4646
What's New in astroid 2.15.5?
4747
=============================

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

0 commit comments

Comments
 (0)