Skip to content

Commit a6ccad5

Browse files
Bump astroid to 3.3.9, update changelog
1 parent ec2df97 commit a6ccad5

File tree

5 files changed

+15
-10
lines changed

5 files changed

+15
-10
lines changed

CONTRIBUTORS.txt

+1-6
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ Contributors
200200
- Alexander Presnyakov <[email protected]>
201201
- Ahmed Azzaoui <[email protected]>
202202

203+
203204
Co-Author
204205
---------
205206
The following persons were credited manually but did not commit themselves
@@ -210,9 +211,3 @@ under this name, or we did not manage to find their commits in the history.
210211
- carl
211212
- alain lefroy
212213
- Mark Gius
213-
- Jérome Perrin <[email protected]>
214-
- Jamie Scott <[email protected]>
215-
- correctmost <[email protected]>
216-
- Oleh Prypin <[email protected]>
217-
- Eric Vergnaud <[email protected]>
218-
- Hashem Nasarat <[email protected]>

ChangeLog

+7-1
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,15 @@ Release date: TBA
99

1010

1111

12+
What's New in astroid 3.3.10?
13+
=============================
14+
Release date: TBA
15+
16+
17+
1218
What's New in astroid 3.3.9?
1319
============================
14-
Release date: TBA
20+
Release date: 2025-03-09
1521

1622

1723
* Fix crash when `sys.modules` contains lazy loader objects during checking.

astroid/__pkginfo__.py

+1-1
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.8"
5+
__version__ = "3.3.9"
66
version = __version__

script/.contributors_aliases.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
{
2+
3+
"mails": ["[email protected]"],
4+
"name": "correctmost"
5+
},
26
37
"mails": ["[email protected]"],
48
"name": "Daniël van Noord",
@@ -98,7 +102,7 @@
98102
"name": "Jacob Bogdanov"
99103
},
100104
101-
"mails": ["[email protected]"],
105+
102106
"name": "Jacob Walls",
103107
"team": "Maintainers"
104108
},

tbump.toml

+1-1
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.8"
4+
current = "3.3.9"
55
regex = '''
66
^(?P<major>0|[1-9]\d*)
77
\.

0 commit comments

Comments
 (0)