From edf88c65d794acb5582e1d27589be9fa73b00424 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Mon, 6 Mar 2023 00:01:42 +0100 Subject: [PATCH] Bump astroid to 2.15.0, update changelog (#2045) Co-authored-by: Jacob Walls --- CONTRIBUTORS.txt | 5 ++++- ChangeLog | 18 +++++++++++++++++- astroid/__pkginfo__.py | 2 +- tbump.toml | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index 24a11da19e..685f8a0be5 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -41,9 +41,9 @@ Contributors - Julien Jehannet - Calen Pennington - Tushar Sadhwani <86737547+tushar-deepsource@users.noreply.github.com> +- Hugo van Kemenade - Tim Martin - Phil Schaf -- Hugo van Kemenade - Alex Hall - Raphael Gaschignard - Radosław Ganczarek @@ -100,6 +100,8 @@ Contributors - rr- - raylu - plucury +- ostr00000 +- noah-weingarden <33741795+noah-weingarden@users.noreply.github.com> - nathannaveen <42319948+nathannaveen@users.noreply.github.com> - mathieui - markmcclain @@ -175,6 +177,7 @@ Contributors - Batuhan Taskaya - BasPH - Azeem Bande-Ali +- Avram Lubkin - Aru Sahni - Artsiom Kaval - Anubhav <35621759+anubh-v@users.noreply.github.com> diff --git a/ChangeLog b/ChangeLog index a0d3fb6a28..b018215747 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,10 +2,26 @@ astroid's ChangeLog =================== -What's New in astroid 2.15.0? +What's New in astroid 2.16.0? ============================= Release date: TBA + + +What's New in astroid 2.15.1? +============================= +Release date: TBA + + + +What's New in astroid 2.15.0? +============================= +Release date: 2023-03-06 + +* astroid now supports ``TryStar`` nodes from python 3.11 and should be fully compatible with python 3.11. + + Closes #2028 + * ``Formattedvalue.postinit`` is now keyword only. This is to allow correct typing of the ``Formattedvalue`` class. diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py index 9cd8bfebf5..3f1d1a2913 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.15.0-dev0" +__version__ = "2.15.0" version = __version__ diff --git a/tbump.toml b/tbump.toml index f0d1f5d2b0..0414c3e5e1 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/PyCQA/astroid" [version] -current = "2.15.0-dev0" +current = "2.15.0" regex = ''' ^(?P0|[1-9]\d*) \.