File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,16 @@ Release date: TBA
99
1010
1111
12- What's New in astroid 3.3.8 ?
12+ What's New in astroid 3.3.9 ?
1313============================
1414Release date: TBA
1515
16+
17+
18+ What's New in astroid 3.3.8?
19+ ============================
20+ Release date: 2024-12-23
21+
1622* Fix inability to import `collections.abc` in python 3.13.1. The reported fixes in astroid 3.3.6
1723 and 3.3.7 did not actually fix this issue.
1824
Original file line number Diff line number Diff line change 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.3.7 "
5+ __version__ = "3.3.8 "
66version = __version__
Original file line number Diff line number Diff line change 11github_url = " https://github.com/pylint-dev/astroid"
22
33[version ]
4- current = " 3.3.7 "
4+ current = " 3.3.8 "
55regex = '''
66^(?P<major>0|[1-9]\d*)
77\.
You can’t perform that action at this time.
0 commit comments