Skip to content

Commit fbea510

Browse files
Bump astroid to 3.3.11, update changelog (#2777)
1 parent bf3977c commit fbea510

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

CONTRIBUTORS.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ Contributors
133133
- Oleh Prypin <oleh@pryp.in>
134134
- Nicolas Noirbent <nicolas@noirbent.fr>
135135
- Neil Girdhar <mistersheik@gmail.com>
136+
- Mitch Harding <mitchell.harding@hpe.com>
136137
- Miro Hrončok <miro@hroncok.cz>
137138
- Michał Masłowski <m.maslowski@clearcode.cc>
138139
- Mateusz Bysiek <mb@mbdev.pl>

ChangeLog

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ Release date: TBA
1414

1515
* Modify ``astroid.bases`` and ``tests.test_nodes`` to reflect that `enum.property` was added in Python 3.11, not 3.10
1616

17+
1718
What's New in astroid 3.3.11?
1819
=============================
19-
Release date: TBA
20+
Release date: 2025-07-13
2021

2122
* Fix a crash when parsing an empty arbitrary expression with ``extract_node`` (``extract_node("__()")``).
2223

astroid/__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# For details: https://github.com/pylint-dev/astroid/blob/main/LICENSE
33
# Copyright (c) https://github.com/pylint-dev/astroid/blob/main/CONTRIBUTORS.txt
44

5-
__version__ = "3.3.10"
5+
__version__ = "3.3.11"
66
version = __version__

script/.contributors_aliases.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@
6161
"mails": [
6262
"66853113+pre-commit-ci[bot]@users.noreply.github.com",
6363
"49699333+dependabot[bot]@users.noreply.github.com",
64-
"41898282+github-actions[bot]@users.noreply.github.com"
64+
"41898282+github-actions[bot]@users.noreply.github.com",
65+
"212256041+pylint-backport-bot[bot]@users.noreply.github.com"
6566
],
6667
"name": "bot"
6768
},

tbump.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github_url = "https://github.com/pylint-dev/astroid"
22

33
[version]
4-
current = "3.3.10"
4+
current = "3.3.11"
55
regex = '''
66
^(?P<major>0|[1-9]\d*)
77
\.

0 commit comments

Comments
 (0)