Skip to content

Commit a362368

Browse files
Bump astroid to 3.3.10, update changelog (#2730)
1 parent d87efc6 commit a362368

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

ChangeLog

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

1010

1111

12-
What's New in astroid 3.3.10?
12+
What's New in astroid 3.3.11?
1313
=============================
1414
Release date: TBA
1515

16+
17+
18+
What's New in astroid 3.3.10?
19+
=============================
20+
Release date: 2025-05-10
21+
1622
* Avoid importing submodules sharing names with standard library modules.
1723

1824
Closes #2684

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

script/.contributors_aliases.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
{
2-
3-
"mails": ["[email protected]"],
4-
"name": "Charlie Ringström"
5-
},
62
73
"mails": ["[email protected]"],
84
"name": "correctmost"
@@ -74,6 +70,10 @@
7470
"name": "Bryce Guinta",
7571
"team": "Maintainers"
7672
},
73+
74+
"mails": ["[email protected]"],
75+
"name": "Charlie Ringström"
76+
},
7777
7878
7979
"name": "Calen Pennington"

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

0 commit comments

Comments
 (0)