File tree Expand file tree Collapse file tree 4 files changed +18
-7
lines changed
Expand file tree Collapse file tree 4 files changed +18
-7
lines changed Original file line number Diff line number Diff line change 22astroid's ChangeLog
33===================
44
5- What's New in astroid 2.14 .0?
5+ What's New in astroid 2.15 .0?
66=============================
77Release date: TBA
88
9- * Add support for inferring binary union types added in Python 3.10.
10-
11- Refs PyCQA/pylint#8119
129
1310
14- What's New in astroid 2.13.5 ?
11+ What's New in astroid 2.14.1 ?
1512=============================
1613Release date: TBA
1714
1815
1916
17+ What's New in astroid 2.14.0?
18+ =============================
19+ Release date: 2023-01-31
20+
21+ * Add support for inferring binary union types added in Python 3.10.
22+
23+ Refs PyCQA/pylint#8119
24+
25+ * Capture and log messages emitted when inspecting a module for astroid.
26+
27+ Closes #1904
28+
29+
2030What's New in astroid 2.13.4?
2131=============================
2232Release date: 2023-01-31
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.14.0-dev0 "
5+ __version__ = "2.14.0"
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.14.0-dev0 "
4+ current = " 2.14.0"
55regex = '''
66^(?P<major>0|[1-9]\d*)
77\.
You can’t perform that action at this time.
0 commit comments