File tree Expand file tree Collapse file tree 3 files changed +4
-15
lines changed Expand file tree Collapse file tree 3 files changed +4
-15
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ astroid's ChangeLog
3
3
===================
4
4
5
5
6
- What's New in astroid 3.4 .0?
6
+ What's New in astroid 4.0 .0?
7
7
============================
8
8
Release date: TBA
9
9
@@ -13,17 +13,6 @@ What's New in astroid 3.3.5?
13
13
============================
14
14
Release date: TBA
15
15
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
27
16
28
17
29
18
What's New in astroid 3.3.4?
@@ -34,7 +23,7 @@ Release date: 2024-09-23
34
23
35
24
Closes pylint-dev/pylint#9947
36
25
37
- * Fix bug with ``manager.clear_cache()`` not fully clearing cache
26
+ * Fix bug with ``manager.clear_cache()`` not fully clearing cache.
38
27
39
28
Refs https://github.com/pylint-dev/pylint/pull/9932#issuecomment-2364985551
40
29
Original file line number Diff line number Diff line change 2
2
# For details: https://github.com/pylint-dev/astroid/blob/main/LICENSE
3
3
# Copyright (c) https://github.com/pylint-dev/astroid/blob/main/CONTRIBUTORS.txt
4
4
5
- __version__ = "3.4 .0-dev0"
5
+ __version__ = "4.0 .0-dev0"
6
6
version = __version__
Original file line number Diff line number Diff line change 1
1
github_url = " https://github.com/pylint-dev/astroid"
2
2
3
3
[version ]
4
- current = " 3.4 .0-dev0"
4
+ current = " 4.0 .0-dev0"
5
5
regex = '''
6
6
^(?P<major>0|[1-9]\d*)
7
7
\.
You can’t perform that action at this time.
0 commit comments