Skip to content

Commit 9f17568

Browse files
authored
Bump astroid to 4.0.1, update changelog (#2858)
1 parent 0403b40 commit 9f17568

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

CONTRIBUTORS.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,5 +224,3 @@ 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: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,16 @@ Release date: TBA
99

1010

1111

12-
What's New in astroid 4.0.1?
12+
What's New in astroid 4.0.2?
1313
============================
1414
Release date: TBA
1515

1616

17+
18+
What's New in astroid 4.0.1?
19+
============================
20+
Release date: 2025-10-11
21+
1722
* Suppress ``SyntaxWarning`` for invalid escape sequences and return in finally on
1823
Python 3.14 when parsing modules.
1924

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.0"
5+
__version__ = "4.0.1"
66
version = __version__

script/.contributors_aliases.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
"66853113+pre-commit-ci[bot]@users.noreply.github.com",
7878
"49699333+dependabot[bot]@users.noreply.github.com",
7979
"41898282+github-actions[bot]@users.noreply.github.com",
80+
"212256041+pylint-backport[bot]@users.noreply.github.com",
8081
"212256041+pylint-backport-bot[bot]@users.noreply.github.com"
8182
],
8283
"name": "bot"

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

0 commit comments

Comments
 (0)