Skip to content

Commit 50916d6

Browse files
Bump astroid to 3.3.7, update changelog (#2659)
1 parent c47a798 commit 50916d6

File tree

4 files changed

+20
-8
lines changed

4 files changed

+20
-8
lines changed

CONTRIBUTORS.txt

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ Maintainers
1515
-----------
1616
- Pierre Sassoulas <[email protected]>
1717
- Daniël van Noord <[email protected]>
18-
- Hippo91 <[email protected]>
19-
- Marc Mueller <[email protected]>
2018
- Jacob Walls <[email protected]>
19+
- Marc Mueller <[email protected]>
20+
- Hippo91 <[email protected]>
2121
- Bryce Guinta <[email protected]>
2222
- Ceridwen <[email protected]>
2323
- Mark Byrne <[email protected]>
@@ -41,6 +41,7 @@ Contributors
4141
- Tushar Sadhwani <[email protected]>
4242
- Julien Jehannet <[email protected]>
4343
- Calen Pennington <[email protected]>
44+
- Antonio <[email protected]>
4445
- Hugo van Kemenade <[email protected]>
4546
- Tim Martin <[email protected]>
4647
- Phil Schaf <[email protected]>
@@ -53,6 +54,7 @@ Contributors
5354
- David Shea <[email protected]>
5455
- Daniel Harding <[email protected]>
5556
- Christian Clauss <[email protected]>
57+
- correctmost <[email protected]>
5658
- Ville Skyttä <[email protected]>
5759
- Rene Zhang <[email protected]>
5860
- Philip Lorenz <[email protected]>
@@ -65,7 +67,6 @@ Contributors
6567
- FELD Boris <[email protected]>
6668
- Enji Cooper <[email protected]>
6769
- Dani Alcala <[email protected]>
68-
- Antonio <[email protected]>
6970
- Adrien Di Mascio <[email protected]>
7071
- tristanlatr <[email protected]>
7172
@@ -129,6 +130,7 @@ Contributors
129130
- Peter de Blanc <[email protected]>
130131
- Peter Talley <[email protected]>
131132
- Ovidiu Sabou <[email protected]>
133+
- Oleh Prypin <[email protected]>
132134
- Nicolas Noirbent <[email protected]>
133135
- Neil Girdhar <[email protected]>
134136
- Miro Hrončok <[email protected]>
@@ -140,25 +142,31 @@ Contributors
140142
- Kian Meng, Ang <[email protected]>
141143
- Kai Mueller <[email protected]>
142144
- Jörg Thalheim <[email protected]>
145+
- Jérome Perrin <[email protected]>
146+
- JulianJvn <[email protected]>
143147
- Josef Kemetmüller <[email protected]>
144148
- Jonathan Striebel <[email protected]>
145149
- John Belmonte <[email protected]>
146150
- Jeff Widman <[email protected]>
147151
- Jeff Quast <[email protected]>
148152
- Jarrad Hope <[email protected]>
149153
- Jared Garst <[email protected]>
154+
- Jamie Scott <[email protected]>
150155
- Jakub Wilk <[email protected]>
151156
- Iva Miholic <[email protected]>
152157
- Ionel Maries Cristian <[email protected]>
153158
- HoverHell <[email protected]>
159+
- Hashem Nasarat <[email protected]>
154160
- HQupgradeHQ <[email protected]>
161+
- Gwyn Ciesla <[email protected]>
155162
- Grygorii Iermolenko <[email protected]>
156163
- Gregory P. Smith <[email protected]>
157164
- Giuseppe Scrivano <[email protected]>
158165
- Frédéric Chapoton <[email protected]>
159166
- Francis Charette Migneault <[email protected]>
160167
- Felix Mölder <[email protected]>
161168
- Federico Bond <[email protected]>
169+
- Eric Vergnaud <[email protected]>
162170
- DudeNr33 <[email protected]>
163171
- Dmitry Shachnev <[email protected]>
164172
- Denis Laxalde <[email protected]>
@@ -191,8 +199,6 @@ Contributors
191199
- Alexander Scheel <[email protected]>
192200
- Alexander Presnyakov <[email protected]>
193201
- Ahmed Azzaoui <[email protected]>
194-
- JulianJvn <[email protected]>
195-
- Gwyn Ciesla <[email protected]>
196202

197203
Co-Author
198204
---------

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

16+
17+
18+
What's New in astroid 3.3.7?
19+
============================
20+
Release date: 2024-12-20
21+
1622
* Fix inability to import `collections.abc` in python 3.13.1. The reported fix in astroid 3.3.6
1723
did not actually fix this issue.
1824

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

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

0 commit comments

Comments
 (0)