From b7a68b18eaf205f3d36febf6caa14801e0dc39f3 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Tue, 6 Jun 2023 21:33:54 +0200 Subject: [PATCH 1/2] Bump astroid to 3.0.0a4, update changelog --- CONTRIBUTORS.txt | 4 ++-- astroid/__pkginfo__.py | 2 +- tbump.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index 3d6ea1fcb4..9a0c40c281 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -38,9 +38,9 @@ Contributors - Alexandre Fayolle - Eevee (Alex Munroe) - David Gilman +- Tushar Sadhwani - Julien Jehannet - Calen Pennington -- Tushar Sadhwani <86737547+tushar-deepsource@users.noreply.github.com> - Hugo van Kemenade - Tim Martin - Phil Schaf @@ -107,6 +107,7 @@ Contributors - markmcclain - ioanatia - grayjk +- alm - adam-grant-hendry <59346180+adam-grant-hendry@users.noreply.github.com> - Zbigniew Jędrzejewski-Szmek - Zac Hatfield-Dodds @@ -186,7 +187,6 @@ Contributors - Alexander Scheel - Alexander Presnyakov - Ahmed Azzaoui -- alm 0|[1-9]\d*) \. From 6239c8ead6a8d662323f363e13c6b807537c52b8 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Tue, 6 Jun 2023 21:38:03 +0200 Subject: [PATCH 2/2] Bump astroid to 3.0.0a5-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 c3558e8327..f58f1b31b0 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.0a4" +__version__ = "3.0.0a5-dev0" version = __version__ diff --git a/tbump.toml b/tbump.toml index c89bb08b43..bc776a0712 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/pylint-dev/astroid" [version] -current = "3.0.0a4" +current = "3.0.0a5-dev0" regex = ''' ^(?P0|[1-9]\d*) \.