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 2
2
astroid's ChangeLog
3
3
===================
4
4
5
- What's New in astroid 2.16.0 ?
5
+ What's New in astroid 2.15.8 ?
6
6
=============================
7
7
Release date: TBA
8
8
9
9
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
-
15
10
What's New in astroid 2.15.7?
16
11
=============================
17
- Release date: TBA
12
+ Release date: 2023-09-23
18
13
19
14
* Fix a crash when inferring a ``typing.TypeVar`` call.
20
15
@@ -42,6 +37,11 @@ Release date: 2023-07-08
42
37
43
38
Closes pylint-dev/pylint#8748
44
39
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
+
45
45
46
46
What's New in astroid 2.15.5?
47
47
=============================
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.15.6 "
5
+ __version__ = "2.15.7 "
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.15.6 "
4
+ current = " 2.15.7 "
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