File tree Expand file tree Collapse file tree 4 files changed +15
-6
lines changed Expand file tree Collapse file tree 4 files changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ Ex-maintainers
1414Maintainers
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>
Original file line number Diff line number Diff line change @@ -8,16 +8,25 @@ What's New in astroid 4.1.0?
88Release 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
1618What'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
2231What's New in astroid 4.0.1?
2332============================
Original file line number Diff line number Diff line change 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 "
66version = __version__
Original file line number Diff line number Diff line change 11github_url = " https://github.com/pylint-dev/astroid"
22
33[version ]
4- current = " 4.0.1 "
4+ current = " 4.0.2 "
55regex = '''
66^(?P<major>0|[1-9]\d*)
77\.
You can’t perform that action at this time.
0 commit comments