Skip to content

Commit a01a9c9

Browse files
Bump astroid to 3.3.3, update changelog
1 parent 3840ff6 commit a01a9c9

File tree

5 files changed

+14
-7
lines changed

5 files changed

+14
-7
lines changed

CONTRIBUTORS.txt

+1
Original file line numberDiff line numberDiff line change
@@ -209,3 +209,4 @@ under this name, or we did not manage to find their commits in the history.
209209
- correctmost <[email protected]>
210210
- Oleh Prypin <[email protected]>
211211
- Eric Vergnaud <[email protected]>
212+
- Hashem Nasarat <[email protected]>

ChangeLog

+7-1
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.3?
12+
What's New in astroid 3.3.4?
1313
============================
1414
Release date: TBA
1515

16+
17+
18+
What's New in astroid 3.3.3?
19+
============================
20+
Release date: 2024-09-20
21+
1622
* Fix inference regression with property setters.
1723

1824
Closes pylint-dev/pylint#9811

astroid/__pkginfo__.py

+1-1
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.2"
5+
__version__ = "3.3.3"
66
version = __version__

script/.contributors_aliases.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
2323
"name": "James Addison"
2424
},
25+
26+
27+
"name": "Hashem Nasarat"
28+
},
2529
2630
"mails": ["[email protected]"],
2731
"name": "Adam Hendry"
@@ -85,10 +89,6 @@
8589
"name": "Hippo91",
8690
"team": "Maintainers"
8791
},
88-
89-
90-
"name": "Hashem Nasarat"
91-
},
9292
9393
"mails": ["[email protected]"],
9494
"name": "Hugo van Kemenade"

tbump.toml

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

0 commit comments

Comments
 (0)