From de58003b577c6111df1505b794f836fb1d643ef0 Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Tue, 6 Aug 2024 08:13:34 -0400 Subject: [PATCH] Bump astroid to 3.3.1, 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 c08b1cbf2..c67ec5dd1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,10 +9,16 @@ Release date: TBA -What's New in astroid 3.3.1? +What's New in astroid 3.3.2? ============================ Release date: TBA + + +What's New in astroid 3.3.1? +============================ +Release date: 2024-08-06 + * Fix a crash introduced in 3.3.0 involving invalid format strings. Closes #2492 diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py index fa3f8a4f4..f3dc052c6 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.0" +__version__ = "3.3.1" version = __version__ diff --git a/tbump.toml b/tbump.toml index a25b9c889..ce5d1f3dd 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/pylint-dev/astroid" [version] -current = "3.3.0" +current = "3.3.1" regex = ''' ^(?P0|[1-9]\d*) \.