Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions CONTRIBUTORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -224,5 +224,3 @@ under this name, or we did not manage to find their commits in the history.
- carl
- alain lefroy
- Mark Gius
- Robert Hofer <1058012+hofrob@users.noreply.github.com>
- Emmanuel Ferdman <emmanuelferdman@gmail.com>
7 changes: 6 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,16 @@ Release date: TBA



What's New in astroid 4.0.1?
What's New in astroid 4.0.2?
============================
Release date: TBA



What's New in astroid 4.0.1?
============================
Release date: 2025-10-11

* Suppress ``SyntaxWarning`` for invalid escape sequences and return in finally on
Python 3.14 when parsing modules.

Expand Down
2 changes: 1 addition & 1 deletion astroid/__pkginfo__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# For details: https://github.com/pylint-dev/astroid/blob/main/LICENSE
# Copyright (c) https://github.com/pylint-dev/astroid/blob/main/CONTRIBUTORS.txt

__version__ = "4.0.0"
__version__ = "4.0.1"
version = __version__
1 change: 1 addition & 0 deletions script/.contributors_aliases.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
"66853113+pre-commit-ci[bot]@users.noreply.github.com",
"49699333+dependabot[bot]@users.noreply.github.com",
"41898282+github-actions[bot]@users.noreply.github.com",
"212256041+pylint-backport[bot]@users.noreply.github.com",
"212256041+pylint-backport-bot[bot]@users.noreply.github.com"
],
"name": "bot"
Expand Down
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github_url = "https://github.com/pylint-dev/astroid"

[version]
current = "4.0.0"
current = "4.0.1"
regex = '''
^(?P<major>0|[1-9]\d*)
\.
Expand Down