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 e71faa47fa..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 @@ -31,12 +43,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 diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py index e0ce546f90..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-dev0" +__version__ = "3.3.0-dev0" version = __version__ diff --git a/tbump.toml b/tbump.toml index 7480a6c76f..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-dev0" +current = "3.3.0-dev0" regex = ''' ^(?P0|[1-9]\d*) \.