From 3fdd3e91962a48641871937654d2a6509e046d6e Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Mon, 22 Sep 2025 13:31:57 -0400 Subject: [PATCH 1/2] Bump astroid to 4.0.0b3, update changelog --- astroid/__pkginfo__.py | 2 +- tbump.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py index d79add555..e506aa1de 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__ = "4.0.0b3-dev0" +__version__ = "4.0.0b3" version = __version__ diff --git a/tbump.toml b/tbump.toml index 97a8d1ce6..2dc43a0b5 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/pylint-dev/astroid" [version] -current = "4.0.0b3-dev0" +current = "4.0.0b3" regex = ''' ^(?P0|[1-9]\d*) \. From 2bfd73b083461c5118124d74b7166a1ba845e4d6 Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Mon, 22 Sep 2025 13:33:05 -0400 Subject: [PATCH 2/2] Bump astroid to 4.0.0b4-dev0, update changelog --- astroid/__pkginfo__.py | 2 +- tbump.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py index e506aa1de..eb11fcb6e 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__ = "4.0.0b3" +__version__ = "4.0.0b4-dev0" version = __version__ diff --git a/tbump.toml b/tbump.toml index 2dc43a0b5..6c002b376 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/pylint-dev/astroid" [version] -current = "4.0.0b3" +current = "4.0.0b4-dev0" regex = ''' ^(?P0|[1-9]\d*) \.