From 8c74a5f6984753900f0222622ccbf3182de66a47 Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Fri, 4 Oct 2024 08:01:39 -0400 Subject: [PATCH] Bump astroid to 3.3.5, update changelog (#2600) --- ChangeLog | 8 +++++++- astroid/__pkginfo__.py | 2 +- tbump.toml | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 46bc04b1c3..4d3de29097 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,10 +9,16 @@ Release date: TBA -What's New in astroid 3.3.5? +What's New in astroid 3.3.6? ============================ Release date: TBA + + +What's New in astroid 3.3.5? +============================ +Release date: 2024-10-04 + * Control setting local nodes outside of the supposed local's constructor. Closes #1490 diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py index 1ade3f2033..51dd03aa60 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.4" +__version__ = "3.3.5" version = __version__ diff --git a/tbump.toml b/tbump.toml index d0bf2b3041..11db820749 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/pylint-dev/astroid" [version] -current = "3.3.4" +current = "3.3.5" regex = ''' ^(?P0|[1-9]\d*) \.