Skip to content

Commit 06da97b

Browse files
Bump astroid to 4.0.0, update changelog
1 parent 42326a1 commit 06da97b

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CONTRIBUTORS.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,3 +224,5 @@ under this name, or we did not manage to find their commits in the history.
224224
- carl
225225
- alain lefroy
226226
- 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__

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)