Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump astroid to 4.0.0-dev0, update changelog #2590

Merged
merged 1 commit into from
Sep 30, 2024
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
15 changes: 2 additions & 13 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ astroid's ChangeLog
===================


What's New in astroid 3.4.0?
What's New in astroid 4.0.0?
============================
Release date: TBA

Expand All @@ -13,17 +13,6 @@ What's New in astroid 3.3.5?
============================
Release date: TBA

* Fix regression with f-string inference.

Closes pylint-dev/pylint#9947

* Fix bug with ``manager.clear_cache()`` not fully clearing cache

Refs https://github.com/pylint-dev/pylint/pull/9932#issuecomment-2364985551

* Fix a crash from inferring empty format specs.

Closes pylint-dev/pylint#9945


What's New in astroid 3.3.4?
Expand All @@ -34,7 +23,7 @@ Release date: 2024-09-23

Closes pylint-dev/pylint#9947

* Fix bug with ``manager.clear_cache()`` not fully clearing cache
* Fix bug with ``manager.clear_cache()`` not fully clearing cache.

Refs https://github.com/pylint-dev/pylint/pull/9932#issuecomment-2364985551

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__ = "3.4.0-dev0"
__version__ = "4.0.0-dev0"
version = __version__
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 = "3.4.0-dev0"
current = "4.0.0-dev0"
regex = '''
^(?P<major>0|[1-9]\d*)
\.
Expand Down
Loading