From a1326794392f554a7971f0168eaabb437076033a Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Sun, 8 Dec 2024 07:39:43 -0500 Subject: [PATCH] Bump astroid to 3.3.6, 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 808e2121b4..5de60c6fbd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,10 +9,16 @@ Release date: TBA -What's New in astroid 3.3.6? +What's New in astroid 3.3.7? ============================ Release date: TBA + + +What's New in astroid 3.3.6? +============================ +Release date: 2024-12-08 + * Fix inability to import `collections.abc` in python 3.13.1. Closes pylint-dev/pylint#10112 diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py index 51dd03aa60..60f4185308 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.5" +__version__ = "3.3.6" version = __version__ diff --git a/tbump.toml b/tbump.toml index 11db820749..96381c8fee 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/pylint-dev/astroid" [version] -current = "3.3.5" +current = "3.3.6" regex = ''' ^(?P0|[1-9]\d*) \.