From b015ec0a0b76ec49fb7c21ab2685f6f5002d1c6f Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Sun, 8 Jan 2023 12:56:54 +0100 Subject: [PATCH] Bump astroid to 2.13.1, update changelog (#1943) --- CONTRIBUTORS.txt | 7 ++++--- ChangeLog | 10 +++++++++- astroid/__pkginfo__.py | 2 +- script/.contributors_aliases.json | 4 ++++ tbump.toml | 2 +- 5 files changed, 19 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index fca21188dc..d1b8c87792 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -34,8 +34,8 @@ Contributors - Nick Drozd - Andrew Haigh - Julien Cristau -- Alexandre Fayolle - David Liu +- Alexandre Fayolle - Eevee (Alex Munroe) - David Gilman - Julien Jehannet @@ -61,6 +61,7 @@ Contributors - Mario Corchero - Marien Zwart - Laura Médioni +- James Addison <55152140+jayaddison@users.noreply.github.com> - FELD Boris - Enji Cooper - Adrien Di Mascio @@ -90,12 +91,14 @@ Contributors - David Euresti - David Douard - David Cain +- Dani Alcala <112832187+clavedeluna@users.noreply.github.com> - Anthony Truchet - Anthony Sottile - Alexander Shadchin - wgehalo - rr- - raylu +- plucury - nathannaveen <42319948+nathannaveen@users.noreply.github.com> - mathieui - markmcclain @@ -136,7 +139,6 @@ Contributors - Jeff Quast - Jarrad Hope - Jared Garst -- James Addison <55152140+jayaddison@users.noreply.github.com> - Jakub Wilk - Iva Miholic - Ionel Maries Cristian @@ -158,7 +160,6 @@ Contributors - Dave Baum - Daniel Martin - Daniel Colascione -- Dani Alcala <112832187+clavedeluna@users.noreply.github.com> - Damien Baty - Craig Franklin - Colin Kennedy diff --git a/ChangeLog b/ChangeLog index d708049451..52831d0656 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,12 +8,20 @@ Release date: TBA -What's New in astroid 2.13.1? +What's New in astroid 2.13.2? ============================= Release date: TBA +What's New in astroid 2.13.1? +============================= +Release date: 2023-01-08 + +* Bumping typing_extensions to 4.0.0 that is required when using ``Self`` + + Closes #1942 + What's New in astroid 2.13.0? ============================= Release date: 2023-01-07 diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py index 01adbe7ab5..c32242678a 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.13.1" version = __version__ diff --git a/script/.contributors_aliases.json b/script/.contributors_aliases.json index dadb2fc957..0953885e07 100644 --- a/script/.contributors_aliases.json +++ b/script/.contributors_aliases.json @@ -18,6 +18,10 @@ "name": "Mark Byrne", "team": "Maintainers" }, + "55152140+jayaddison@users.noreply.github.com": { + "mails": ["55152140+jayaddison@users.noreply.github.com", "jay@jp-hosting.net"], + "name": "James Addison" + }, "adam.grant.hendry@gmail.com": { "mails": ["adam.grant.hendry@gmail.com"], "name": "Adam Hendry" diff --git a/tbump.toml b/tbump.toml index 4063cba898..530b0765b7 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.13.1" regex = ''' ^(?P0|[1-9]\d*) \.