From 4ae46172a26bc9fd2a9668c69e4327c31cd48240 Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Sun, 11 Aug 2024 07:47:19 -0400 Subject: [PATCH] Bump astroid to 3.3.2, 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 1196f75ce..d4b2ca245 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,10 +9,16 @@ Release date: TBA -What's New in astroid 3.3.2? +What's New in astroid 3.3.3? ============================ Release date: TBA + + +What's New in astroid 3.3.2? +============================ +Release date: 2024-08-11 + * Restore support for soft-deprecated members of the ``typing`` module with python 3.13. Refs pylint-dev/pylint#9852 diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py index f3dc052c6..99c1a0351 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.1" +__version__ = "3.3.2" version = __version__ diff --git a/tbump.toml b/tbump.toml index ce5d1f3dd..83d0b3294 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/pylint-dev/astroid" [version] -current = "3.3.1" +current = "3.3.2" regex = ''' ^(?P0|[1-9]\d*) \.