Skip to content

Commit 0ccc2e2

Browse files
Merge pull request #2426 from pylint-dev/release/3.2.0
Release astroid 3.2.0
2 parents 8c48d5c + 8a177ce commit 0ccc2e2

File tree

4 files changed

+17
-9
lines changed

4 files changed

+17
-9
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 & 7 deletions
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
@@ -31,12 +43,6 @@ Release date: TBA
3143
Closes #1107
3244

3345

34-
What's New in astroid 3.1.1?
35-
============================
36-
Release date: TBA
37-
38-
39-
4046
What's New in astroid 3.1.0?
4147
============================
4248
Release date: 2024-02-23

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

0 commit comments

Comments
 (0)