From 9df6012d792916a56723456f596328aac36e253f Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Tue, 13 Jun 2023 09:46:42 +0200 Subject: [PATCH] Bump astroid to 3.0.0a5, update changelog --- CONTRIBUTORS.txt | 2 ++ astroid/__pkginfo__.py | 2 +- tbump.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index 9a0c40c281..0523baf3c2 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -137,6 +137,7 @@ Contributors - Kian Meng, Ang - Kai Mueller <15907922+kasium@users.noreply.github.com> - Jörg Thalheim +- Josef Kemetmüller - Jonathan Striebel - John Belmonte - Jeff Widman @@ -182,6 +183,7 @@ Contributors - Aru Sahni - Artsiom Kaval - Anubhav <35621759+anubh-v@users.noreply.github.com> +- Antonio - Antoine Boellinger - Alphadelta14 - Alexander Scheel diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py index f58f1b31b0..759ea432d0 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.0a5-dev0" +__version__ = "3.0.0a5" version = __version__ diff --git a/tbump.toml b/tbump.toml index bc776a0712..25f0c60115 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/pylint-dev/astroid" [version] -current = "3.0.0a5-dev0" +current = "3.0.0a5" regex = ''' ^(?P0|[1-9]\d*) \.