diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index 8ec45caf50..04345d7cb5 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -206,3 +206,6 @@ under this name, or we did not manage to find their commits in the history. - Mark Gius - Jérome Perrin - Jamie Scott +- correctmost <134317971+correctmost@users.noreply.github.com> +- Oleh Prypin +- Eric Vergnaud diff --git a/ChangeLog b/ChangeLog index c9f5a26f81..4560e5d2b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,10 +3,22 @@ astroid's ChangeLog =================== -What's New in astroid 3.3.0? +What's New in astroid 3.4.0? +============================ +Release date: TBA + + + +What's New in astroid 3.3.1? ============================ Release date: TBA + + +What's New in astroid 3.3.0? +============================ +Release date: 2024-08-04 + * Add support for Python 3.13. * Remove support for Python 3.8 (and constants `PY38`, `PY39_PLUS`, and `PYPY_7_3_11_PLUS`). @@ -24,12 +36,6 @@ Release date: TBA Closes pylint-dev/pylint#9849 -What's New in astroid 3.2.5? -============================ -Release date: TBA - - - What's New in astroid 3.2.4? ============================ Release date: 2024-07-20 diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py index b89e0aae97..fa3f8a4f47 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.3.0-dev0" +__version__ = "3.3.0" version = __version__ diff --git a/tbump.toml b/tbump.toml index 5a51a9b618..a25b9c889f 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/pylint-dev/astroid" [version] -current = "3.3.0-dev0" +current = "3.3.0" regex = ''' ^(?P0|[1-9]\d*) \.