From 40b408ce46b027a0a894373c03e8f7c102dd5920 Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Fri, 20 Sep 2024 06:30:48 -0400 Subject: [PATCH] Bump astroid to 3.3.3, update changelog --- CONTRIBUTORS.txt | 1 + ChangeLog | 8 +++++++- astroid/__pkginfo__.py | 2 +- script/.contributors_aliases.json | 8 ++++---- tbump.toml | 2 +- 5 files changed, 14 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index 04345d7cb..57270668c 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -209,3 +209,4 @@ under this name, or we did not manage to find their commits in the history. - correctmost <134317971+correctmost@users.noreply.github.com> - Oleh Prypin - Eric Vergnaud +- Hashem Nasarat diff --git a/ChangeLog b/ChangeLog index fcced3bc2..1ad303a15 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,10 +9,16 @@ Release date: TBA -What's New in astroid 3.3.3? +What's New in astroid 3.3.4? ============================ Release date: TBA + + +What's New in astroid 3.3.3? +============================ +Release date: 2024-09-20 + * Fix inference regression with property setters. Closes pylint-dev/pylint#9811 diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py index 99c1a0351..5308ae2a4 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.2" +__version__ = "3.3.3" version = __version__ diff --git a/script/.contributors_aliases.json b/script/.contributors_aliases.json index 53d53f13b..1dc38a487 100644 --- a/script/.contributors_aliases.json +++ b/script/.contributors_aliases.json @@ -22,6 +22,10 @@ "mails": ["55152140+jayaddison@users.noreply.github.com", "jay@jp-hosting.net"], "name": "James Addison" }, + "Hnasar@users.noreply.github.com": { + "mails": ["Hnasar@users.noreply.github.com", "hashem@hudson-trading.com"], + "name": "Hashem Nasarat" + }, "adam.grant.hendry@gmail.com": { "mails": ["adam.grant.hendry@gmail.com"], "name": "Adam Hendry" @@ -85,10 +89,6 @@ "name": "Hippo91", "team": "Maintainers" }, - "Hnasar@users.noreply.github.com": { - "mails": ["Hnasar@users.noreply.github.com", "hashem@hudson-trading.com"], - "name": "Hashem Nasarat" - }, "hugovk@users.noreply.github.com": { "mails": ["hugovk@users.noreply.github.com"], "name": "Hugo van Kemenade" diff --git a/tbump.toml b/tbump.toml index 83d0b3294..4b3f2f246 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/pylint-dev/astroid" [version] -current = "3.3.2" +current = "3.3.3" regex = ''' ^(?P0|[1-9]\d*) \.