Skip to content

Commit d394fb9

Browse files
Bump astroid to 4.0.0-dev0, update changelog
1 parent c7ea1e9 commit d394fb9

File tree

3 files changed

+4
-15
lines changed

3 files changed

+4
-15
lines changed

ChangeLog

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ astroid's ChangeLog
33
===================
44

55

6-
What's New in astroid 3.4.0?
6+
What's New in astroid 4.0.0?
77
============================
88
Release date: TBA
99

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

16-
* Fix regression with f-string inference.
17-
18-
Closes pylint-dev/pylint#9947
19-
20-
* Fix bug with ``manager.clear_cache()`` not fully clearing cache
21-
22-
Refs https://github.com/pylint-dev/pylint/pull/9932#issuecomment-2364985551
23-
24-
* Fix a crash from inferring empty format specs.
25-
26-
Closes pylint-dev/pylint#9945
2716

2817

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

3524
Closes pylint-dev/pylint#9947
3625

37-
* Fix bug with ``manager.clear_cache()`` not fully clearing cache
26+
* Fix bug with ``manager.clear_cache()`` not fully clearing cache.
3827

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

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__ = "3.4.0-dev0"
5+
__version__ = "4.0.0-dev0"
66
version = __version__

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

0 commit comments

Comments
 (0)