From 01c35516a2ef67a7ba1b43fa5548eaa6edb44352 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Sat, 8 Jul 2023 07:39:35 +0200 Subject: [PATCH] Bump astroid to 3.0.0a7, 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 41d43ecb3a..a92176c92c 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.0a7-dev0" +__version__ = "3.0.0a7" version = __version__ diff --git a/tbump.toml b/tbump.toml index 13ea54ae71..d031c03db4 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/pylint-dev/astroid" [version] -current = "3.0.0a7-dev0" +current = "3.0.0a7" regex = ''' ^(?P0|[1-9]\d*) \.