From 4a1a788dedd9b3d3280d7f5d49c87cc0a55e3903 Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Tue, 7 May 2024 07:35:49 -0400 Subject: [PATCH 1/3] [changelog] Remove placeholder patch release header --- ChangeLog | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index e71faa47fa..62c13b4cda 100644 --- a/ChangeLog +++ b/ChangeLog @@ -31,12 +31,6 @@ Release date: TBA Closes #1107 -What's New in astroid 3.1.1? -============================ -Release date: TBA - - - What's New in astroid 3.1.0? ============================ Release date: 2024-02-23 From 7d4d8051afc07425af6834e3d69b7bbafafec987 Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Tue, 7 May 2024 07:36:55 -0400 Subject: [PATCH 2/3] Bump astroid to 3.2.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 676a110a4a..8ec45caf50 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -204,3 +204,5 @@ under this name, or we did not manage to find their commits in the history. - carl - alain lefroy - Mark Gius +- Jérome Perrin +- Jamie Scott diff --git a/ChangeLog b/ChangeLog index 62c13b4cda..6212a95e40 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,10 +3,22 @@ astroid's ChangeLog =================== -What's New in astroid 3.2.0? +What's New in astroid 3.3.0? +============================ +Release date: TBA + + + +What's New in astroid 3.2.1? ============================ Release date: TBA + + +What's New in astroid 3.2.0? +============================ +Release date: 2024-05-07 + * ``.pyi`` stub files are now preferred over ``.py`` files when resolving imports, (except for numpy). Closes pylint-dev/#9185 diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py index e0ce546f90..fc290f324f 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.2.0-dev0" +__version__ = "3.2.0" version = __version__ diff --git a/tbump.toml b/tbump.toml index 7480a6c76f..47f7d98a29 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/pylint-dev/astroid" [version] -current = "3.2.0-dev0" +current = "3.2.0" regex = ''' ^(?P0|[1-9]\d*) \. From 8a177ce4da47b0b8eeb13a83a76a3e91a0227302 Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Tue, 7 May 2024 07:39:30 -0400 Subject: [PATCH 3/3] Bump astroid to 3.3.0-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 fc290f324f..b89e0aae97 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.2.0" +__version__ = "3.3.0-dev0" version = __version__ diff --git a/tbump.toml b/tbump.toml index 47f7d98a29..5a51a9b618 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/pylint-dev/astroid" [version] -current = "3.2.0" +current = "3.3.0-dev0" regex = ''' ^(?P0|[1-9]\d*) \.