Skip to content

Commit d66a097

Browse files
Bump astroid to 4.0.2, update changelog
1 parent d71bfac commit d66a097

File tree

4 files changed

+15
-6
lines changed

4 files changed

+15
-6
lines changed

CONTRIBUTORS.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Ex-maintainers
1414
Maintainers
1515
-----------
1616
- Pierre Sassoulas <pierre.sassoulas@gmail.com>
17-
- Jacob Walls <jacobtylerwalls@gmail.com>
1817
- Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
18+
- Jacob Walls <jacobtylerwalls@gmail.com>
1919
- Marc Mueller <30130371+cdce8p@users.noreply.github.com>
2020
- Hippo91 <guillaume.peillex@gmail.com>
2121
- Bryce Guinta <bryce.paul.guinta@gmail.com>

ChangeLog

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,25 @@ What's New in astroid 4.1.0?
88
Release date: TBA
99

1010

11-
* Add ``HTTPMethod`` enum support to brain module for Python 3.11+.
1211

13-
Closes #4135
12+
What's New in astroid 4.0.3?
13+
============================
14+
Release date: TBA
15+
1416

1517

1618
What's New in astroid 4.0.2?
1719
============================
18-
Release date: TBA
20+
Release date: 2025-11-09
21+
22+
* Handle FunctionDef blockstart_tolineno edge cases correctly.
1923

24+
Refs #2880
25+
26+
* Add ``HTTPMethod`` enum support to brain module for Python 3.11+.
2027

28+
Refs pylint-dev/pylint#10624
29+
Closes #2877
2130

2231
What's New in astroid 4.0.1?
2332
============================

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

0 commit comments

Comments
 (0)