diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index 322d5d29d..45db79de5 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -133,6 +133,7 @@ Contributors - Oleh Prypin - Nicolas Noirbent - Neil Girdhar +- Mitch Harding - Miro Hrončok - Michał Masłowski - Mateusz Bysiek diff --git a/ChangeLog b/ChangeLog index e299351eb..0d7dfb5ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,9 +14,10 @@ Release date: TBA * Modify ``astroid.bases`` and ``tests.test_nodes`` to reflect that `enum.property` was added in Python 3.11, not 3.10 + What's New in astroid 3.3.11? ============================= -Release date: TBA +Release date: 2025-07-13 * Fix a crash when parsing an empty arbitrary expression with ``extract_node`` (``extract_node("__()")``). diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py index baae080cd..6a09f4059 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.10" +__version__ = "3.3.11" version = __version__ diff --git a/script/.contributors_aliases.json b/script/.contributors_aliases.json index 84e26a393..8a2ad6f7d 100644 --- a/script/.contributors_aliases.json +++ b/script/.contributors_aliases.json @@ -61,7 +61,8 @@ "mails": [ "66853113+pre-commit-ci[bot]@users.noreply.github.com", "49699333+dependabot[bot]@users.noreply.github.com", - "41898282+github-actions[bot]@users.noreply.github.com" + "41898282+github-actions[bot]@users.noreply.github.com", + "212256041+pylint-backport-bot[bot]@users.noreply.github.com" ], "name": "bot" }, diff --git a/tbump.toml b/tbump.toml index 19c409108..b3dfc11e1 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/pylint-dev/astroid" [version] -current = "3.3.10" +current = "3.3.11" regex = ''' ^(?P0|[1-9]\d*) \.