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 @@ -182,6 +182,7 @@ Contributors
182
182
- Alexander Scheel <alexander.m.scheel@gmail.com>
183
183
- Alexander Presnyakov <flagist0@gmail.com>
184
184
- Ahmed Azzaoui <ahmed.azzaoui@engie.com>
185
+ - Ben Elliston <bje@air.net.au>
185
186
186
187
Co-Author
187
188
---------
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.14 .0?
5
+ What's New in astroid 2.15 .0?
6
6
=============================
7
7
Release date: TBA
8
8
9
- * Add support for inferring binary union types added in Python 3.10.
10
-
11
- Refs PyCQA/pylint#8119
12
9
13
10
14
- What's New in astroid 2.13.5 ?
11
+ What's New in astroid 2.14.1 ?
15
12
=============================
16
13
Release date: TBA
17
14
18
15
19
16
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
+
20
30
What's New in astroid 2.13.4?
21
31
=============================
22
32
Release date: 2023-01-31
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.14.0-dev0 "
5
+ __version__ = "2.14.0"
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.14.0-dev0 "
4
+ current = " 2.14.0"
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