File tree Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -133,6 +133,7 @@ Contributors
133
133
- Oleh Prypin <oleh@pryp.in>
134
134
- Nicolas Noirbent <nicolas@noirbent.fr>
135
135
- Neil Girdhar <mistersheik@gmail.com>
136
+ - Mitch Harding <mitchell.harding@hpe.com>
136
137
- Miro Hrončok <miro@hroncok.cz>
137
138
- Michał Masłowski <m.maslowski@clearcode.cc>
138
139
- Mateusz Bysiek <mb@mbdev.pl>
Original file line number Diff line number Diff line change @@ -14,9 +14,10 @@ Release date: TBA
14
14
15
15
* Modify ``astroid.bases`` and ``tests.test_nodes`` to reflect that `enum.property` was added in Python 3.11, not 3.10
16
16
17
+
17
18
What's New in astroid 3.3.11?
18
19
=============================
19
- Release date: TBA
20
+ Release date: 2025-07-13
20
21
21
22
* Fix a crash when parsing an empty arbitrary expression with ``extract_node`` (``extract_node("__()")``).
22
23
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.3.10 "
5
+ __version__ = "3.3.11 "
6
6
version = __version__
Original file line number Diff line number Diff line change 61
61
"mails" : [
62
62
" 66853113+pre-commit-ci[bot]@users.noreply.github.com" ,
63
63
" 49699333+dependabot[bot]@users.noreply.github.com" ,
64
- " 41898282+github-actions[bot]@users.noreply.github.com"
64
+ " 41898282+github-actions[bot]@users.noreply.github.com" ,
65
+ " 212256041+pylint-backport-bot[bot]@users.noreply.github.com"
65
66
],
66
67
"name" : " bot"
67
68
},
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.3.10 "
4
+ current = " 3.3.11 "
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