From b644c1e834b491b465c5d61ead0373342029621a Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Tue, 31 Jan 2023 15:39:46 +0100 Subject: [PATCH] Release 2.14.0 (#1998) --- CONTRIBUTORS.txt | 1 + ChangeLog | 20 +++++++++++++++----- astroid/__pkginfo__.py | 2 +- tbump.toml | 2 +- 4 files changed, 18 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index 457d40cf7a..4784b5f0b0 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -182,6 +182,7 @@ Contributors - Alexander Scheel - Alexander Presnyakov - Ahmed Azzaoui +- Ben Elliston Co-Author --------- diff --git a/ChangeLog b/ChangeLog index 16d225bb94..a6b746efc3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py index 01adbe7ab5..435d64c705 100644 --- a/astroid/__pkginfo__.py +++ b/astroid/__pkginfo__.py @@ -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__ diff --git a/tbump.toml b/tbump.toml index 4063cba898..f97c2e1f61 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/PyCQA/astroid" [version] -current = "2.14.0-dev0" +current = "2.14.0" regex = ''' ^(?P0|[1-9]\d*) \.