Skip to content

Commit 7d4d805

Browse files
Bump astroid to 3.2.0, update changelog
1 parent 4a1a788 commit 7d4d805

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CONTRIBUTORS.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,3 +204,5 @@ under this name, or we did not manage to find their commits in the history.
204204
- carl
205205
- alain lefroy
206206
- Mark Gius
207+
- Jérome Perrin <[email protected]>
208+
- Jamie Scott <[email protected]>

ChangeLog

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,22 @@ astroid's ChangeLog
33
===================
44

55

6-
What's New in astroid 3.2.0?
6+
What's New in astroid 3.3.0?
7+
============================
8+
Release date: TBA
9+
10+
11+
12+
What's New in astroid 3.2.1?
713
============================
814
Release date: TBA
915

16+
17+
18+
What's New in astroid 3.2.0?
19+
============================
20+
Release date: 2024-05-07
21+
1022
* ``.pyi`` stub files are now preferred over ``.py`` files when resolving imports, (except for numpy).
1123

1224
Closes pylint-dev/#9185

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

0 commit comments

Comments
 (0)