From 3fb17a1af9f71ca1f97f623c2e141d32796a5a43 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Fri, 23 Feb 2024 17:01:03 +0100 Subject: [PATCH] Bump astroid to 3.1.0, update changelog --- CONTRIBUTORS.txt | 2 ++ ChangeLog | 14 +++++++++++++- astroid/__pkginfo__.py | 2 +- tbump.toml | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index 11d47898b7..676a110a4a 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -191,6 +191,8 @@ Contributors - Alexander Scheel - Alexander Presnyakov - Ahmed Azzaoui +- JulianJvn <128477611+JulianJvn@users.noreply.github.com> +- Gwyn Ciesla Co-Author --------- diff --git a/ChangeLog b/ChangeLog index 7a757e734d..86b614c1f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,10 +3,22 @@ astroid's ChangeLog =================== -What's New in astroid 3.1.0? +What's New in astroid 3.2.0? +============================ +Release date: TBA + + + +What's New in astroid 3.1.1? ============================ Release date: TBA + + +What's New in astroid 3.1.0? +============================ +Release date: 2024-02-23 + * Include PEP 695 (Python 3.12) generic type syntax nodes in ``get_children()``, allowing checkers to visit them. diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py index ee9bd2e9d2..5de618fc6f 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.1.0-dev0" +__version__ = "3.1.0" version = __version__ diff --git a/tbump.toml b/tbump.toml index 6e61fd6b19..0f480b0ed9 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/pylint-dev/astroid" [version] -current = "3.1.0-dev0" +current = "3.1.0" regex = ''' ^(?P0|[1-9]\d*) \.