From 068a81d4b1f457be5f5c37a75ab0bc50722cc961 Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Sun, 27 Jul 2025 11:30:42 -0400 Subject: [PATCH 1/2] Bump astroid to 4.0.0b0, 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 db402ae91..f2f194b33 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.0-a1" +__version__ = "4.0.0b0" version = __version__ diff --git a/tbump.toml b/tbump.toml index 20b6e10db..8a86b5ef5 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/pylint-dev/astroid" [version] -current = "4.0.0-a1" +current = "4.0.0b0" regex = ''' ^(?P0|[1-9]\d*) \. From f18ac7c2381833ec13a57ea95034973686ce06b8 Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Sun, 27 Jul 2025 11:34:49 -0400 Subject: [PATCH 2/2] Bump astroid to 4.0.0b1-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 f2f194b33..fd39f4558 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.0b0" +__version__ = "4.0.0b1-dev0" version = __version__ diff --git a/tbump.toml b/tbump.toml index 8a86b5ef5..6b84f2804 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/pylint-dev/astroid" [version] -current = "4.0.0b0" +current = "4.0.0b1-dev0" regex = ''' ^(?P0|[1-9]\d*) \.