diff --git a/ChangeLog b/ChangeLog index 808e2121b..5de60c6fb 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 51dd03aa6..60f418530 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 11db82074..96381c8fe 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*) \.