Skip to content

Commit db2b389

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

File tree

3 files changed

+16
-7
lines changed

3 files changed

+16
-7
lines changed

CONTRIBUTORS.txt

Lines changed: 5 additions & 2 deletions
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]>
@@ -72,6 +72,7 @@ Contributors
7272
- Dani Alcala <[email protected]>
7373
- Adrien Di Mascio <[email protected]>
7474
- tristanlatr <[email protected]>
75+
7576
7677
- doranid <[email protected]>
7778
- brendanator <[email protected]>
@@ -87,6 +88,7 @@ Contributors
8788
- Peter Kolbus <[email protected]>
8889
- Omer Katz <[email protected]>
8990
- Moises Lopez <[email protected]>
91+
- Mitch Harding <[email protected]>
9092
- Michal Vasilek <[email protected]>
9193
- Keichi Takahashi <[email protected]>
9294
- Kavins Singh <[email protected]>
@@ -102,16 +104,17 @@ Contributors
102104
- Anthony Sottile <[email protected]>
103105
- Alexander Shadchin <[email protected]>
104106
- wgehalo <[email protected]>
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]>
111115
- mathieui <[email protected]>
112116
- markmcclain <[email protected]>
113117
- ioanatia <[email protected]>
114-
115118
116119
- adam-grant-hendry <[email protected]>
117120

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: 6 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
},
@@ -103,6 +104,10 @@
103104
104105
"name": "David Euresti"
105106
},
107+
108+
"mails": ["[email protected]"],
109+
"name": "grayjk"
110+
},
106111
107112
"mails": ["[email protected]"],
108113
"name": "Hippo91",

0 commit comments

Comments
 (0)