From d52799b6e8359d89f20f020d77e98a71d2cde20f Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Mon, 23 Dec 2024 17:08:15 -0800 Subject: [PATCH] Bump astroid to 3.3.8, 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 d20554ec0..411cd5567 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,10 +9,16 @@ Release date: TBA -What's New in astroid 3.3.8? +What's New in astroid 3.3.9? ============================ Release date: TBA + + +What's New in astroid 3.3.8? +============================ +Release date: 2024-12-23 + * Fix inability to import `collections.abc` in python 3.13.1. The reported fixes in astroid 3.3.6 and 3.3.7 did not actually fix this issue. diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py index d905e66a1..bad119adf 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.7" +__version__ = "3.3.8" version = __version__ diff --git a/tbump.toml b/tbump.toml index b0b01ed00..8786e7b93 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/pylint-dev/astroid" [version] -current = "3.3.7" +current = "3.3.8" regex = ''' ^(?P0|[1-9]\d*) \.