File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 22astroid's ChangeLog
33===================
44
5- What's New in astroid 2.16.0 ?
5+ What's New in astroid 2.15.8 ?
66=============================
77Release 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-
1510What'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
4646What's New in astroid 2.15.5?
4747=============================
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.15.6 "
5+ __version__ = "2.15.7 "
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.15.6 "
4+ current = " 2.15.7 "
55regex = '''
66^(?P<major>0|[1-9]\d*)
77\.
You can’t perform that action at this time.
0 commit comments