Skip to content

Commit bb38aa4

Browse files
Bump astroid to 4.0.0, update changelog
1 parent fe0c542 commit bb38aa4

File tree

5 files changed

+29
-9
lines changed

5 files changed

+29
-9
lines changed

CONTRIBUTORS.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Ex-maintainers
1414
Maintainers
1515
-----------
1616
- Pierre Sassoulas <[email protected]>
17-
- Daniël van Noord <[email protected]>
1817
- Jacob Walls <[email protected]>
18+
- Daniël van Noord <[email protected]>
1919
- Marc Mueller <[email protected]>
2020
- Hippo91 <[email protected]>
2121
- Bryce Guinta <[email protected]>
@@ -47,6 +47,7 @@ Contributors
4747
- Calen Pennington <[email protected]>
4848
- Antonio <[email protected]>
4949
- Akhil Kamat <[email protected]>
50+
- Zen Lee <[email protected]>
5051
- Tim Martin <[email protected]>
5152
- Phil Schaf <[email protected]>
5253
- Alex Hall <[email protected]>
@@ -78,13 +79,13 @@ Contributors
7879
7980
- doranid <[email protected]>
8081
- brendanator <[email protected]>
81-
- Zen Lee <[email protected]>
8282
- Tomas Gavenciak <[email protected]>
8383
- Tim Paine <[email protected]>
8484
- Thomas Hisch <[email protected]>
8585
- Stefan Scherfke <[email protected]>
8686
- Sergei Lebedev <[email protected]>
8787
- Saugat Pachhai (सौगात) <[email protected]>
88+
- Robert Hofer <[email protected]>
8889
- Ram Rachum <[email protected]>
8990
- Pierre-Yves David <[email protected]>
9091
- Peter Pentchev <[email protected]>
@@ -100,6 +101,7 @@ Contributors
100101
- John Vandenberg <[email protected]>
101102
- Jacob Bogdanov <[email protected]>
102103
- Google, Inc. <[email protected]>
104+
- Emmanuel Ferdman <[email protected]>
103105
- David Euresti <[email protected]>
104106
- David Douard <[email protected]>
105107
- David Cain <[email protected]>
@@ -222,3 +224,5 @@ under this name, or we did not manage to find their commits in the history.
222224
- carl
223225
- alain lefroy
224226
- Mark Gius
227+
- Robert Hofer <[email protected]>
228+
- Emmanuel Ferdman <[email protected]>

ChangeLog

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,22 @@ astroid's ChangeLog
33
===================
44

55

6-
What's New in astroid 4.0.0?
6+
What's New in astroid 4.1.0?
7+
============================
8+
Release date: TBA
9+
10+
11+
12+
What's New in astroid 4.0.1?
713
============================
814
Release date: TBA
915

16+
17+
18+
What's New in astroid 4.0.0?
19+
============================
20+
Release date: 2025-10-05
21+
1022
* Support constraints from ternary expressions in inference.
1123

1224
Closes pylint-dev/pylint#9729

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__ = "4.0.0rc1-dev0"
5+
__version__ = "4.0.0"
66
version = __version__

script/.contributors_aliases.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
],
3030
"name": "Artem Yurchenko"
3131
},
32+
33+
34+
"name": "Zen Lee"
35+
},
3236
3337
3438
"name": "James Addison"
@@ -86,10 +90,6 @@
8690
"mails": ["[email protected]"],
8791
"name": "Charlie Ringström"
8892
},
89-
90-
"mails": ["[email protected]"],
91-
"name": "Matus Valo"
92-
},
9393
9494
9595
"name": "Calen Pennington"
@@ -149,6 +149,10 @@
149149
150150
"name": "Mario Corchero"
151151
},
152+
153+
"mails": ["[email protected]"],
154+
"name": "Matus Valo"
155+
},
152156
153157
"mails": ["[email protected]"],
154158
"name": "Florian Bruhin",

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

0 commit comments

Comments
 (0)