Skip to content

Commit

Permalink
Release 2.14.0 (#1998)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p authored Jan 31, 2023
1 parent 01b09cb commit b644c1e
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 7 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ Contributors
- Alexander Scheel <alexander.m.scheel@gmail.com>
- Alexander Presnyakov <flagist0@gmail.com>
- Ahmed Azzaoui <ahmed.azzaoui@engie.com>
- Ben Elliston <bje@air.net.au>

Co-Author
---------
Expand Down
20 changes: 15 additions & 5 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,31 @@
astroid's ChangeLog
===================

What's New in astroid 2.14.0?
What's New in astroid 2.15.0?
=============================
Release date: TBA

* Add support for inferring binary union types added in Python 3.10.

Refs PyCQA/pylint#8119


What's New in astroid 2.13.5?
What's New in astroid 2.14.1?
=============================
Release date: TBA



What's New in astroid 2.14.0?
=============================
Release date: 2023-01-31

* Add support for inferring binary union types added in Python 3.10.

Refs PyCQA/pylint#8119

* Capture and log messages emitted when inspecting a module for astroid.

Closes #1904


What's New in astroid 2.13.4?
=============================
Release date: 2023-01-31
Expand Down
2 changes: 1 addition & 1 deletion astroid/__pkginfo__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# For details: https://github.com/PyCQA/astroid/blob/main/LICENSE
# Copyright (c) https://github.com/PyCQA/astroid/blob/main/CONTRIBUTORS.txt

__version__ = "2.14.0-dev0"
__version__ = "2.14.0"
version = __version__
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github_url = "https://github.com/PyCQA/astroid"

[version]
current = "2.14.0-dev0"
current = "2.14.0"
regex = '''
^(?P<major>0|[1-9]\d*)
\.
Expand Down

0 comments on commit b644c1e

Please sign in to comment.