Skip to content

Commit

Permalink
Bump astroid to 4.0.0-dev0, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls committed Sep 30, 2024
1 parent c7ea1e9 commit 1492a1c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 15 deletions.
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

0 comments on commit 1492a1c

Please sign in to comment.