From 441ec9bad5f66c8a42daf6e2affc5b731d4d2e91 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Mon, 25 Sep 2023 09:25:03 +0200 Subject: [PATCH] Bump astroid to 3.0.0, update changelog --- ChangeLog | 15 ++++++++++++++- astroid/__pkginfo__.py | 2 +- tbump.toml | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 52e064edf..578b55bcf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,9 +2,22 @@ astroid's ChangeLog =================== + +What's New in astroid 3.1.0? +============================ +Release date: TBA + + + +What's New in astroid 3.0.1? +============================ +Release date: TBA + + + What's New in astroid 3.0.0? ============================= -Release date: TBA +Release date: TODO! * Add support for Python 3.12, including PEP 695 type parameter syntax. diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py index 3373449a2..6c2707620 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.0b1-dev0" +__version__ = "3.0.0" version = __version__ diff --git a/tbump.toml b/tbump.toml index 9662dc361..35cebfe3e 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/pylint-dev/astroid" [version] -current = "3.0.0b1-dev0" +current = "3.0.0" regex = ''' ^(?P0|[1-9]\d*) \.