From 6042e585859420ff98a9f9c2f383a3f3e54f567a Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Mon, 23 Sep 2024 14:04:59 -0400 Subject: [PATCH] Bump astroid to 3.3.4, update changelog --- ChangeLog | 8 +++++++- astroid/__pkginfo__.py | 2 +- tbump.toml | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index d5f520703..de225b18c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,10 +9,16 @@ Release date: TBA -What's New in astroid 3.3.4? +What's New in astroid 3.3.5? ============================ Release date: TBA + + +What's New in astroid 3.3.4? +============================ +Release date: 2024-09-23 + * Fix regression with f-string inference. Closes pylint-dev/pylint#9947 diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py index 5308ae2a4..1ade3f203 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.3" +__version__ = "3.3.4" version = __version__ diff --git a/tbump.toml b/tbump.toml index 4b3f2f246..d0bf2b304 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/pylint-dev/astroid" [version] -current = "3.3.3" +current = "3.3.4" regex = ''' ^(?P0|[1-9]\d*) \.