Skip to content

Commit a0bd59c

Browse files
Bump astroid to 3.3.11, update changelog
1 parent bf3977c commit a0bd59c

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

CONTRIBUTORS.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ Contributors
133133
- Oleh Prypin <[email protected]>
134134
- Nicolas Noirbent <[email protected]>
135135
- Neil Girdhar <[email protected]>
136+
- Mitch Harding <[email protected]>
136137
- Miro Hrončok <[email protected]>
137138
- Michał Masłowski <[email protected]>
138139
- Mateusz Bysiek <[email protected]>

ChangeLog

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,16 @@ Release date: TBA
1414

1515
* Modify ``astroid.bases`` and ``tests.test_nodes`` to reflect that `enum.property` was added in Python 3.11, not 3.10
1616

17-
What's New in astroid 3.3.11?
17+
What's New in astroid 3.3.12?
1818
=============================
1919
Release date: TBA
2020

21+
22+
23+
What's New in astroid 3.3.11?
24+
=============================
25+
Release date: 2025-07-13
26+
2127
* Fix a crash when parsing an empty arbitrary expression with ``extract_node`` (``extract_node("__()")``).
2228

2329
Closes #2734

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.3.10"
5+
__version__ = "3.3.11"
66
version = __version__

script/.contributors_aliases.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@
6161
"mails": [
6262
"66853113+pre-commit-ci[bot]@users.noreply.github.com",
6363
"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"
6566
],
6667
"name": "bot"
6768
},

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

0 commit comments

Comments
 (0)