Skip to content

Commit b644c1e

Browse files
authored
Release 2.14.0 (#1998)
1 parent 01b09cb commit b644c1e

File tree

4 files changed

+18
-7
lines changed

4 files changed

+18
-7
lines changed

CONTRIBUTORS.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ Contributors
182182
- Alexander Scheel <alexander.m.scheel@gmail.com>
183183
- Alexander Presnyakov <flagist0@gmail.com>
184184
- Ahmed Azzaoui <ahmed.azzaoui@engie.com>
185+
- Ben Elliston <bje@air.net.au>
185186

186187
Co-Author
187188
---------

ChangeLog

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,31 @@
22
astroid's ChangeLog
33
===================
44

5-
What's New in astroid 2.14.0?
5+
What's New in astroid 2.15.0?
66
=============================
77
Release 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
=============================
1613
Release 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+
2030
What's New in astroid 2.13.4?
2131
=============================
2232
Release date: 2023-01-31

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

0 commit comments

Comments
 (0)