From 4cf579a1fc5ed68674433e5d7470c29427d89007 Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Mon, 11 Dec 2023 19:49:45 -0500 Subject: [PATCH] Bump astroid to 3.0.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 c45e6972b2..f881f88d2a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,10 +9,16 @@ Release date: TBA -What's New in astroid 3.0.2? +What's New in astroid 3.0.3? ============================ Release date: TBA + + +What's New in astroid 3.0.2? +============================ +Release date: 2023-12-12 + * Avoid duplicate inference results for some uses of ``typing.X`` constructs like ``Tuple[Optional[int], ...]``. This was causing pylint to occasionally omit messages like ``deprecated-typing-alias``. diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py index ee9bd2e9d2..2621fe68e7 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.1.0-dev0" +__version__ = "3.0.2" version = __version__ diff --git a/tbump.toml b/tbump.toml index 6e61fd6b19..c2e5c1763f 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/pylint-dev/astroid" [version] -current = "3.1.0-dev0" +current = "3.0.2" regex = ''' ^(?P0|[1-9]\d*) \.