From 50916d64150da365d4234b48afec73008f2a81f1 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Sat, 21 Dec 2024 11:59:36 +0100 Subject: [PATCH] Bump astroid to 3.3.7, update changelog (#2659) --- CONTRIBUTORS.txt | 16 +++++++++++----- ChangeLog | 8 +++++++- astroid/__pkginfo__.py | 2 +- tbump.toml | 2 +- 4 files changed, 20 insertions(+), 8 deletions(-) diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index 57270668c0..2de71f2df0 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -15,9 +15,9 @@ Maintainers ----------- - Pierre Sassoulas - Daniël van Noord <13665637+DanielNoord@users.noreply.github.com> -- Hippo91 -- Marc Mueller <30130371+cdce8p@users.noreply.github.com> - Jacob Walls +- Marc Mueller <30130371+cdce8p@users.noreply.github.com> +- Hippo91 - Bryce Guinta - Ceridwen - Mark Byrne <31762852+mbyrnepr2@users.noreply.github.com> @@ -41,6 +41,7 @@ Contributors - Tushar Sadhwani - Julien Jehannet - Calen Pennington +- Antonio - Hugo van Kemenade - Tim Martin - Phil Schaf @@ -53,6 +54,7 @@ Contributors - David Shea - Daniel Harding - Christian Clauss +- correctmost <134317971+correctmost@users.noreply.github.com> - Ville Skyttä - Rene Zhang - Philip Lorenz @@ -65,7 +67,6 @@ Contributors - FELD Boris - Enji Cooper - Dani Alcala <112832187+clavedeluna@users.noreply.github.com> -- Antonio - Adrien Di Mascio - tristanlatr <19967168+tristanlatr@users.noreply.github.com> - emile@crater.logilab.fr @@ -129,6 +130,7 @@ Contributors - Peter de Blanc - Peter Talley - Ovidiu Sabou +- Oleh Prypin - Nicolas Noirbent - Neil Girdhar - Miro Hrončok @@ -140,6 +142,8 @@ Contributors - Kian Meng, Ang - Kai Mueller <15907922+kasium@users.noreply.github.com> - Jörg Thalheim +- Jérome Perrin +- JulianJvn <128477611+JulianJvn@users.noreply.github.com> - Josef Kemetmüller - Jonathan Striebel - John Belmonte @@ -147,11 +151,14 @@ Contributors - Jeff Quast - Jarrad Hope - Jared Garst +- Jamie Scott - Jakub Wilk - Iva Miholic - Ionel Maries Cristian - HoverHell +- Hashem Nasarat - HQupgradeHQ <18361586+HQupgradeHQ@users.noreply.github.com> +- Gwyn Ciesla - Grygorii Iermolenko - Gregory P. Smith - Giuseppe Scrivano @@ -159,6 +166,7 @@ Contributors - Francis Charette Migneault - Felix Mölder - Federico Bond +- Eric Vergnaud - DudeNr33 <3929834+DudeNr33@users.noreply.github.com> - Dmitry Shachnev - Denis Laxalde @@ -191,8 +199,6 @@ Contributors - Alexander Scheel - Alexander Presnyakov - Ahmed Azzaoui -- JulianJvn <128477611+JulianJvn@users.noreply.github.com> -- Gwyn Ciesla Co-Author --------- diff --git a/ChangeLog b/ChangeLog index a8536be7e1..5ec03e2fa0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,10 +9,16 @@ Release date: TBA -What's New in astroid 3.3.7? +What's New in astroid 3.3.8? ============================ Release date: TBA + + +What's New in astroid 3.3.7? +============================ +Release date: 2024-12-20 + * Fix inability to import `collections.abc` in python 3.13.1. The reported fix in astroid 3.3.6 did not actually fix this issue. diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py index 60f4185308..d905e66a1c 100644 --- a/astroid/__pkginfo__.py +++ b/astroid/__pkginfo__.py @@ -2,5 +2,5 @@ # For details: https://github.com/pylint-dev/astroid/blob/main/LICENSE # Copyright (c) https://github.com/pylint-dev/astroid/blob/main/CONTRIBUTORS.txt -__version__ = "3.3.6" +__version__ = "3.3.7" version = __version__ diff --git a/tbump.toml b/tbump.toml index 96381c8fee..b0b01ed003 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/pylint-dev/astroid" [version] -current = "3.3.6" +current = "3.3.7" regex = ''' ^(?P0|[1-9]\d*) \.