Skip to content

Commit d806d1d

Browse files
Merge branch 'maintenance/3.3.x' into merge-maintenance-into-main
2 parents c94e0b7 + fbea510 commit d806d1d

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

CONTRIBUTORS.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ Contributors
3535
- correctmost <[email protected]>
3636
- Andrew Haigh <[email protected]>
3737
- Julien Cristau <[email protected]>
38-
- David Liu <[email protected]>
3938
- Artem Yurchenko <[email protected]>
39+
- David Liu <[email protected]>
4040
- Alexandre Fayolle <[email protected]>
4141
- Eevee (Alex Munroe) <[email protected]>
4242
- David Gilman <[email protected]>
@@ -87,6 +87,7 @@ Contributors
8787
- Peter Kolbus <[email protected]>
8888
- Omer Katz <[email protected]>
8989
- Moises Lopez <[email protected]>
90+
- Mitch Harding <[email protected]>
9091
- Michal Vasilek <[email protected]>
9192
- Keichi Takahashi <[email protected]>
9293
- Kavins Singh <[email protected]>
@@ -102,9 +103,12 @@ Contributors
102103
- Anthony Sottile <[email protected]>
103104
- Alexander Shadchin <[email protected]>
104105
- wgehalo <[email protected]>
106+
107+
- tejaschauhan36912 <[email protected]>
105108
106109
107110
- plucury <[email protected]>
111+
- pavan-msys <[email protected]>
108112
- ostr00000 <[email protected]>
109113
- noah-weingarden <[email protected]>
110114
- nathannaveen <[email protected]>

ChangeLog

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,15 @@ Release date: TBA
4646

4747
Refs #2765
4848

49-
What's New in astroid 3.3.11?
50-
=============================
51-
Release date: TBA
52-
5349
* Fix a crash when the root of a node is not a module but is unknown.
5450

5551
Closes #2672
5652

53+
54+
What's New in astroid 3.3.11?
55+
=============================
56+
Release date: 2025-07-13
57+
5758
* Fix a crash when parsing an empty arbitrary expression with ``extract_node`` (``extract_node("__()")``).
5859

5960
Closes #2734

script/.contributors_aliases.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@
7272
"mails": [
7373
"66853113+pre-commit-ci[bot]@users.noreply.github.com",
7474
"49699333+dependabot[bot]@users.noreply.github.com",
75-
"41898282+github-actions[bot]@users.noreply.github.com"
75+
"41898282+github-actions[bot]@users.noreply.github.com",
76+
"212256041+pylint-backport-bot[bot]@users.noreply.github.com"
7677
],
7778
"name": "bot"
7879
},

0 commit comments

Comments
 (0)