From 0191f534213364a844e8138dd68bb71f3ba603e3 Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Sun, 15 Oct 2023 20:52:02 -0400 Subject: [PATCH] Bump astroid to 3.0.1, update changelog (#2322) --- ChangeLog | 8 +++++++- astroid/__pkginfo__.py | 2 +- tbump.toml | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 78e559298a..3e2eaacf2b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,10 +9,16 @@ Release date: TBA -What's New in astroid 3.0.1? +What's New in astroid 3.0.2? ============================ Release date: TBA + + +What's New in astroid 3.0.1? +============================ +Release date: 2023-10-15 + * Fix crashes linting code using PEP 695 (Python 3.12) generic type syntax. Closes pylint-dev/pylint#9098 diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py index 6c2707620b..27444fbdf1 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.0.0" +__version__ = "3.0.1" version = __version__ diff --git a/tbump.toml b/tbump.toml index 35cebfe3e0..75dcfb484b 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/pylint-dev/astroid" [version] -current = "3.0.0" +current = "3.0.1" regex = ''' ^(?P0|[1-9]\d*) \.